edit index

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

View file

@ -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 {