mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04: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:
parent
dde1f27882
commit
0f6cb9ed84
@ -113,6 +113,10 @@
|
||||
video {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user