1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2024-12-19 20:12:52 +02:00

Improve text contrast

[why]
Some text is rather hard to read.

[how]
Change the color of the various bits of text.
Note that some files here are autogenerated and thus the generator needs
to be adapted.

Fixes: #1524

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
Fini Jastrow 2024-02-29 14:42:35 +01:00
parent ee89d9700e
commit c840fd5e2a
3 changed files with 10 additions and 10 deletions

View File

@ -43,12 +43,12 @@ input.nerd-font-input {
&.tertiary { &.tertiary {
background: #565346; background: #565346;
border-color: #0fbfcf; border-color: #69e8ff;
color: #0fbfcf; color: #69e8ff;
} }
&.tertiary--inverse { &.tertiary--inverse {
background: #0fbfcf; background: #69e8ff;
border-color: #565346; border-color: #565346;
color: #565346; color: #565346;
} }
@ -140,7 +140,7 @@ a.nerd-font-button:before {
#main .nerd-font-cheat-sheet .column:hover { #main .nerd-font-cheat-sheet .column:hover {
background: rgba(0, 0, 0, .25); background: rgba(0, 0, 0, .25);
border: 2px solid #0fbfcf; border: 2px solid #0fbfcf;
color: #0fbfcf !important; color: #69e8ff !important;
cursor: pointer; cursor: pointer;
} }
@ -154,7 +154,7 @@ a.nerd-font-button:before {
} }
#main .nerd-font-cheat-sheet .column:hover .class-name { #main .nerd-font-cheat-sheet .column:hover .class-name {
color: #0fbfcf; color: #69e8ff;
} }
#main .nerd-font-cheat-sheet .column .class-name { #main .nerd-font-cheat-sheet .column .class-name {
@ -199,7 +199,7 @@ a.nerd-font-button:before {
#main .nerd-font-cheat-sheet .nfold { #main .nerd-font-cheat-sheet .nfold {
font-size: 3.25em; font-size: 3.25em;
color: #8810b0; color: #cc63ff;
text-align: left; text-align: left;
} }

View File

@ -1,8 +1,8 @@
--- ---
title: "Cheat Sheet" title: "Cheat Sheet"
short_title: "Icons" short_title: "Icons"
bg: gray bg: '#5e574b'
color: "#0fbfcf" color: '#69e8ff'
fa-icon: search fa-icon: search
page: cheat-sheet page: cheat-sheet
style: container style: container

View File

@ -1,8 +1,8 @@
--- ---
title: "Changelog" title: "Changelog"
short_title: "Log" short_title: "Log"
bg: '#ff8b25' bg: '#ffa74e'
color: white color: '#000000'
fa-icon: bullhorn fa-icon: bullhorn
page: releases page: releases
style: container style: container