mirror of
https://github.com/Lynnesbian/FediBooks/
synced 2024-11-25 08:38:59 +00:00
fixed wrong colour on visited links
This commit is contained in:
parent
9bbc669fcc
commit
bca0da6c45
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ a {
|
|||
text-decoration: none;
|
||||
}
|
||||
a:visited {
|
||||
color: white;
|
||||
color: mediumpurple;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
|
Loading…
Reference in a new issue