From c840fd5e2a34cea98f89aef3882826571b96653d Mon Sep 17 00:00:00 2001 From: Fini Jastrow Date: Thu, 29 Feb 2024 14:42:35 +0100 Subject: [PATCH] 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 --- _includes/css/nerd-font-tweaks.scss | 12 ++++++------ _posts/2017-01-04-icon-cheat-sheet.md | 4 ++-- _posts/2017-01-07-release.md | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/_includes/css/nerd-font-tweaks.scss b/_includes/css/nerd-font-tweaks.scss index b806939f2..7b91ecc19 100644 --- a/_includes/css/nerd-font-tweaks.scss +++ b/_includes/css/nerd-font-tweaks.scss @@ -43,12 +43,12 @@ input.nerd-font-input { &.tertiary { background: #565346; - border-color: #0fbfcf; - color: #0fbfcf; + border-color: #69e8ff; + color: #69e8ff; } &.tertiary--inverse { - background: #0fbfcf; + background: #69e8ff; border-color: #565346; color: #565346; } @@ -140,7 +140,7 @@ a.nerd-font-button:before { #main .nerd-font-cheat-sheet .column:hover { background: rgba(0, 0, 0, .25); border: 2px solid #0fbfcf; - color: #0fbfcf !important; + color: #69e8ff !important; cursor: pointer; } @@ -154,7 +154,7 @@ a.nerd-font-button:before { } #main .nerd-font-cheat-sheet .column:hover .class-name { - color: #0fbfcf; + color: #69e8ff; } #main .nerd-font-cheat-sheet .column .class-name { @@ -199,7 +199,7 @@ a.nerd-font-button:before { #main .nerd-font-cheat-sheet .nfold { font-size: 3.25em; - color: #8810b0; + color: #cc63ff; text-align: left; } diff --git a/_posts/2017-01-04-icon-cheat-sheet.md b/_posts/2017-01-04-icon-cheat-sheet.md index 5375c360c..5486d9057 100644 --- a/_posts/2017-01-04-icon-cheat-sheet.md +++ b/_posts/2017-01-04-icon-cheat-sheet.md @@ -1,8 +1,8 @@ --- title: "Cheat Sheet" short_title: "Icons" -bg: gray -color: "#0fbfcf" +bg: '#5e574b' +color: '#69e8ff' fa-icon: search page: cheat-sheet style: container diff --git a/_posts/2017-01-07-release.md b/_posts/2017-01-07-release.md index c3f1fd508..d77b8fcff 100644 --- a/_posts/2017-01-07-release.md +++ b/_posts/2017-01-07-release.md @@ -1,8 +1,8 @@ --- title: "Changelog" short_title: "Log" -bg: '#ff8b25' -color: white +bg: '#ffa74e' +color: '#000000' fa-icon: bullhorn page: releases style: container