mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-03 23:16:14 +02:00
fix colors to meet accessibility guidelines (4.5 contrast ratio for text)
This commit is contained in:
parent
5cc256075e
commit
dc5b8bd4e9
5 changed files with 47 additions and 21 deletions
|
@ -202,3 +202,19 @@ ol > li:before {
|
|||
font-weight: 600;
|
||||
}
|
||||
|
||||
|
||||
/* ------------------------------------------------------------ */
|
||||
/* Accessibility-related color changes */
|
||||
/* ------------------------------------------------------------ */
|
||||
a {
|
||||
color: #684688;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #A3629F;
|
||||
}
|
||||
|
||||
.rst-content code {
|
||||
color: #D83D2D;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue