Brigher bg to fix accessibility issues with contrast
This commit is contained in:
parent
e22f15d5ff
commit
872313a5d3
1 changed files with 1 additions and 2 deletions
|
@ -65,7 +65,7 @@
|
||||||
font-family: "IBM Plex Serif";
|
font-family: "IBM Plex Serif";
|
||||||
text-decoration-skip-ink: auto;
|
text-decoration-skip-ink: auto;
|
||||||
margin: 1rem;
|
margin: 1rem;
|
||||||
background-color: #f2eede;
|
background-color: #f7f4eb;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
@ -87,7 +87,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
code, .email {
|
code, .email {
|
||||||
/* http://code.iamkate.com/html-and-css/fixing-browsers-broken-monospace-font-handling/ */
|
|
||||||
font-family: "IBM Plex Mono";
|
font-family: "IBM Plex Mono";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue