Skip to content

Commit

Permalink
Dev edition: improve color contrast
Browse files Browse the repository at this point in the history
This improves the color contrast of the following page features:

* The Table of Contents numbering, from 4.19:1 to 4.54:1.
* The Note boxes, from 3.54:1 to 4.6:1.
  • Loading branch information
hidde authored Mar 14, 2022
1 parent 2f88bb4 commit 0098f44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ var > var::after {

.note {
padding: 3px;
background-color: #eee;
background-color: #f7f7f7;
}

.note pre {
Expand All @@ -302,7 +302,7 @@ var > var::after {

.css::before {
content: "CSS:";
color: #888888;
color: #757575;
font-size: 1em;
display: block;
background: transparent;
Expand Down Expand Up @@ -438,7 +438,7 @@ ol.toc li {
}

ol.toc .secno {
color: #888888;
color: #757575;
}

html.index ol.toc li {
Expand Down

0 comments on commit 0098f44

Please sign in to comment.