mirror of
https://github.com/Lynnesbian/FediBooks/
synced 2024-11-25 16:48:58 +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;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
a:visited {
|
a:visited {
|
||||||
color: white;
|
color: mediumpurple;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
|
Loading…
Reference in a new issue