Use brighter link colours for the dark theme.

This commit is contained in:
Darren 'Tadgy' Austin 2022-08-30 18:52:13 +01:00
commit 1694ab044b

View file

@ -1,10 +1,10 @@
a:link {
color: #2d3690;
color: #4255ff;
text-decoration: none;
}
a:visited {
color: #7715aa;
color: #943cc3;
text-decoration: none;
}