1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-25 18:42:01 +03:00

Content styles: Made links underlined for visibility

Inline with A11y recommendations where color may not be reliable on its
own.
Tested various content link scenarios across chrome, safari & FF.
For #4939
This commit is contained in:
Dan Brown
2024-04-13 15:48:39 +01:00
parent dde1f27882
commit 0f6cb9ed84

View File

@ -113,6 +113,10 @@
video {
max-width: 100%;
}
a {
text-decoration: underline;
}
}
/**