fix: adjust colors to improve accessibility (#159)

This commit is contained in:
Robert Kaussow 2021-07-05 08:42:48 +02:00 committed by GitHub
parent 564b30aa56
commit 9682ef999b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 78 additions and 38 deletions

View file

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