Skip to content

Commit 4f886dd

Browse files
committed
dark mode: make the circled labels in the About section readable
The color contrast was not large enough; Let's just use a different variable to define the color. In light mode, it is similar enough: previously it was #4e443c, now it is #403f3c instead, i.e. a _tad_ darker. But it looks nice. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 3ead9ed commit 4f886dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/sass/lists.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ ol#about-nav {
9696
font-size: 13px;
9797
line-height: 20px;
9898
text-align: center;
99-
color: var(--font-color);
99+
color: var(--light-font-color-darker-35);
100100
opacity: 0.9;
101101
@include background-image-2x($baseurl + "images/icons/nav-circles", 90px, 180px);
102102

0 commit comments

Comments
 (0)