Underline links

I tried looking at my website on my Kobo the other day and noticed that links on my pages were impossible to discern from other text there. My Kobo just has a monochrome E-ink display, so it cannot differentiate between the links and the rest of the text without this very well.
This commit is contained in:
Tom Willemse 2023-05-23 23:33:39 -07:00
parent f31095e65d
commit 4b60428d3e

View file

@ -1,7 +1,7 @@
@import 'colors';
a {
text-decoration: none;
text-decoration: underline;
@media (prefers-color-scheme: dark) {
color: @dark-primary;