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:
parent
f31095e65d
commit
4b60428d3e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
@import 'colors';
|
@import 'colors';
|
||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: underline;
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
color: @dark-primary;
|
color: @dark-primary;
|
||||||
|
|
Loading…
Reference in a new issue