changing link colour and capitalisation of criminally cute
This commit is contained in:
parent
f2b4fdce1d
commit
b67fab79ae
|
@ -10,14 +10,14 @@
|
|||
<!-- those who seek, shall see - but thy shall be prepared... -->
|
||||
<link rel='icon' type='image/png' href=''>
|
||||
<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>
|
||||
/* font by https://www.1001fonts.com/users/junkohanhero/ */
|
||||
@font-face { font-family: header; src: url(scratch_x_black.ttf); }
|
||||
body {
|
||||
background-color: #0f0f0f;
|
||||
color: #fff;
|
||||
font-family: 'Arial Rounded MT', sans-serif;
|
||||
font-family: sans-serif;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
@ -69,7 +69,7 @@ code {
|
|||
font-size: 13px;
|
||||
}
|
||||
a:link, a:visited, a:hover, a:active {
|
||||
color: #ff7b00;
|
||||
color: #B2A4D4;
|
||||
font-style: normal;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
@ -103,7 +103,7 @@ td {
|
|||
<body>
|
||||
<div class='container'>
|
||||
<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>
|
||||
<a name='2024-02-17'></a>
|
||||
<div class='note'>
|
||||
|
@ -114,7 +114,7 @@ href="https://code.criminallycute.fi/siina/noter">noter</a> script.</br>
|
|||
</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='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>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue