edit index
This commit is contained in:
parent
346827e914
commit
6ab533172d
|
@ -13,7 +13,7 @@
|
|||
- welcome! make yourself at home :ralsei_wave:
|
||||
|
||||
% id = "01H8VWEHX501SNYQTE61WX7YJC"
|
||||
- _"owo, what's this?"_
|
||||
- <a class="secret" href="/kuroneko">_"owo, what's this?"_</a>
|
||||
|
||||
% id = "about"
|
||||
content.link = "about"
|
||||
|
|
|
@ -344,6 +344,13 @@ a: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 */
|
||||
|
||||
blockquote {
|
||||
|
|
Loading…
Reference in a new issue