edit index

This commit is contained in:
liquidex 2024-03-24 22:32:01 +01:00
parent 346827e914
commit 6ab533172d
2 changed files with 8 additions and 1 deletions

View file

@ -13,7 +13,7 @@
- welcome! make yourself at home :ralsei_wave: - welcome! make yourself at home :ralsei_wave:
% id = "01H8VWEHX501SNYQTE61WX7YJC" % id = "01H8VWEHX501SNYQTE61WX7YJC"
- _"owo, what's this?"_ - <a class="secret" href="/kuroneko">_"owo, what's this?"_</a>
% id = "about" % id = "about"
content.link = "about" content.link = "about"

View file

@ -344,6 +344,13 @@ a:visited {
color: var(--link-color-visited); color: var(--link-color-visited);
} }
/* Allow for some secret links */
a.secret {
color: var(--text-color);
text-decoration: none;
}
/* Make blockquotes a bit prettier */ /* Make blockquotes a bit prettier */
blockquote { blockquote {