edit index
This commit is contained in:
parent
346827e914
commit
6ab533172d
|
@ -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"
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue