From ace0135a1179190c96c7cdd33766303c2d611400 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 21 Jun 2022 10:07:51 +0430 Subject: [PATCH] Better website title contrast ratio. --- src/styles/index.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/styles/index.css b/src/styles/index.css index f7dfa40..6f71356 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -49,7 +49,7 @@ body { } .title { - color: darkgray; + color: white; } .link { @@ -98,6 +98,10 @@ body { color: rgb(64, 64, 64); } +.light .title { + color: rgb(0, 0, 0); +} + .light .list-row { background-color: lightyellow; } @@ -122,10 +126,6 @@ body { background-color: rgb(233, 220, 179); } -.light .title { - color: rgb(105, 105, 105); -} - .light .link { color: rgb(102, 102, 102); }