edit index
This commit is contained in:
parent
346827e914
commit
6ab533172d
2 changed files with 8 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue