changing link colour and capitalisation of criminally cute

This commit is contained in:
Siina Mashek 2024-02-17 17:42:25 +02:00
parent f2b4fdce1d
commit b67fab79ae

View File

@ -10,14 +10,14 @@
<!-- those who seek, shall see - but thy shall be prepared... --> <!-- those who seek, shall see - but thy shall be prepared... -->
<link rel='icon' type='image/png' href=''> <link rel='icon' type='image/png' href=''>
<link rel='alternate' type='application/atom+xml' title=rss href='/feed.xml' /> <link rel='alternate' type='application/atom+xml' title=rss href='/feed.xml' />
<meta name='last-generated' content='2024-02-17 17:33:10' /> <meta name='last-generated' content='2024-02-17 17:42:06' />
<style> <style>
/* font by https://www.1001fonts.com/users/junkohanhero/ */ /* font by https://www.1001fonts.com/users/junkohanhero/ */
@font-face { font-family: header; src: url(scratch_x_black.ttf); } @font-face { font-family: header; src: url(scratch_x_black.ttf); }
body { body {
background-color: #0f0f0f; background-color: #0f0f0f;
color: #fff; color: #fff;
font-family: 'Arial Rounded MT', sans-serif; font-family: sans-serif;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
@ -69,7 +69,7 @@ code {
font-size: 13px; font-size: 13px;
} }
a:link, a:visited, a:hover, a:active { a:link, a:visited, a:hover, a:active {
color: #ff7b00; color: #B2A4D4;
font-style: normal; font-style: normal;
text-decoration: underline; text-decoration: underline;
} }
@ -103,7 +103,7 @@ td {
<body> <body>
<div class='container'> <div class='container'>
<h1>siina.monster</h1><br> <h1>siina.monster</h1><br>
<center> <a rel='me' href='https://social.criminallycute.fi/@siina'>fedi</a> | <a href=feed.xml>rss</a> | <a href=https://criminallycute.fi>Criminally Cute</a> </center> <center> <a rel='me' href='https://social.criminallycute.fi/@siina'>fedi</a> | <a href=feed.xml>rss</a> | <a href=https://criminallycute.fi>criminally cute</a> </center>
<center><div class='top-bar'><a href='#2024-02-17'>2024</a></div></center><br> <center><div class='top-bar'><a href='#2024-02-17'>2024</a></div></center><br>
<a name='2024-02-17'></a> <a name='2024-02-17'></a>
<div class='note'> <div class='note'>
@ -114,7 +114,7 @@ href="https://code.criminallycute.fi/siina/noter">noter</a> script.</br>
</div> </div>
<div class='generated-with'>generated with <a href='https://code.criminallycute.fi/siina/noter'>noter</a></div> <div class='generated-with'>generated with <a href='https://code.criminallycute.fi/siina/noter'>noter</a></div>
<div class='back-to-top'><a href='#'>Back to Top</a></div> <div class='back-to-top'><a href='#'>Back to Top</a></div>
<div class='last-updated'>last Updated: 2024-02-17 17:33:10</div> <div class='last-updated'>last Updated: 2024-02-17 17:42:06</div>
</div> </div>
</body> </body>
</html> </html>