fix colors to meet accessibility guidelines (4.5 contrast ratio for text)

This commit is contained in:
Jonathan Wren 2020-12-04 16:41:57 -08:00
parent 5cc256075e
commit dc5b8bd4e9
No known key found for this signature in database
GPG key ID: 43D5FF8722E7F68A
5 changed files with 47 additions and 21 deletions

View file

@ -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;
}