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:
@ -113,6 +113,10 @@
|
||||
video {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user