fix: adjust colors to improve accessibility (#159)
This commit is contained in:
parent
564b30aa56
commit
9682ef999b
7 changed files with 78 additions and 38 deletions
|
@ -166,6 +166,8 @@
|
|||
|
||||
code {
|
||||
background-color: var(--code-background);
|
||||
border-radius: $border-radius;
|
||||
color: var(--code-font-color);
|
||||
font-size: 0.85em;
|
||||
line-height: 1.45em;
|
||||
padding: 0.2em 0.4em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue