mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-29 05:56:14 +02:00
Small accessibility fixes for docs site (#1122)
* remove old file that was only needed for gh-pages * fix broken icons on docs home page * add more contrast to twitter button hover state * tweak non-accessible color to meet standard * tweak non-accessible colors to meet standard
This commit is contained in:
parent
867397eccd
commit
6d339f486e
4 changed files with 11 additions and 5 deletions
|
@ -125,6 +125,14 @@ Original One Dark Syntax theme from https://github.com/atom/one-dark-syntax
|
|||
background: var(--dark-blue);
|
||||
}
|
||||
|
||||
.rst-content .note.admonition {
|
||||
background: var(--light-blue);
|
||||
}
|
||||
|
||||
.rst-content .tip .admonition-title {
|
||||
background: var(--teal);
|
||||
}
|
||||
|
||||
.rst-content .tip .admonition {
|
||||
background: var(--light-blue);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue