1
0
Fork 0
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:
Lynne Megido 2019-09-02 20:43:48 +10:00
parent 9bbc669fcc
commit bca0da6c45

View file

@ -129,7 +129,7 @@ a {
text-decoration: none;
}
a:visited {
color: white;
color: mediumpurple;
}
h1 {