From 15f26293b54757cd06f619afba8dc9cbbea2e835 Mon Sep 17 00:00:00 2001 From: welpo Date: Sat, 11 Mar 2023 18:56:44 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style:=20reduce=20text/backgroun?= =?UTF-8?q?d=20contrast?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/main.scss | 8 ++++---- sass/parts/_misc.scss | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/sass/main.scss b/sass/main.scss index 08ff63a..2edad22 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -58,7 +58,7 @@ --primary-color: #087E96; --divider-color: #d7d7d7; --text-color: #222226; - --text-color-high-contrast: #151516; + --text-color-high-contrast: #313333; --quote-color: #355f62; --border-color: #727272; --meta-color: #5b5b65; @@ -72,11 +72,11 @@ --hover-color: black; --primary-color: #91e0ee; --divider-color: #4a4a4a; - --text-color: #eae9e9; - --text-color-high-contrast: #f8f8f8; + --text-color: #D4D4D4; + --text-color-high-contrast: #eceeef; --quote-color: #a9c5c7; --border-color: black; - --meta-color: #BBBBBB; + --meta-color: #B0B0B0; --table-header-color: #b7e4e4; .invertible-image { diff --git a/sass/parts/_misc.scss b/sass/parts/_misc.scss index da90c5d..6338b34 100644 --- a/sass/parts/_misc.scss +++ b/sass/parts/_misc.scss @@ -7,6 +7,7 @@ } .article-title { + color: var(--text-color-high-contrast); display: block; font-size: 2em; margin-bottom: 0em;