Fix hover links being too dark

This commit is contained in:
Chord 2020-05-14 19:54:36 +02:00
parent 4e567c7960
commit e5fadd5891

View file

@ -37,6 +37,7 @@ a {
}
a:hover {
color: darken(rgb(0,150,250), 10%);
text-decoration: underline;
}