From 57e228bbeab26bb14f1ff1a654662f2fe3db53c7 Mon Sep 17 00:00:00 2001 From: Garrit Franke Date: Thu, 1 Apr 2021 20:50:29 +0200 Subject: [PATCH] fix: darkmode color palette --- styles/darkmode.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/styles/darkmode.css b/styles/darkmode.css index 8f50323..26790f9 100644 --- a/styles/darkmode.css +++ b/styles/darkmode.css @@ -5,8 +5,7 @@ } .button__link { - background-color: #dbd7db; - color: #161618; + background-color: #67676c; } a {