Enhance contrast for link on the normal theme by

using a dark blue
This commit is contained in:
Solene Rapenne 2021-10-13 21:20:38 +02:00
parent bbbad7cb58
commit 266f6f18de
1 changed files with 2 additions and 2 deletions

View File

@ -50,12 +50,12 @@
} }
.permalink { .permalink {
color: steelblue; color: blue;
text-decoration: none; text-decoration: none;
} }
a { a {
color:black; color: black;
text-decoration: none; text-decoration: none;
} }