From 1299f49884f3ddecd6ec71238de9252f80bef500 Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Fri, 29 Jul 2022 21:26:19 +0200 Subject: [PATCH] Tweak CSS --- app/scss/main.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/scss/main.scss b/app/scss/main.scss index 7c16b98..54bc577 100644 --- a/app/scss/main.scss +++ b/app/scss/main.scss @@ -4,10 +4,10 @@ $light-background: #e6e6e6; $text-color: #111; $primary-color: #1d781d; $secondary-color: #781D78; - $form-background-color: #ccc; $form-text-color: #333; $muted-color: #555; // solarized comment text +$primary-button-text-color: #fff; // Load custom theme @import "theme.scss"; @@ -23,7 +23,6 @@ $muted-color: #555; // solarized comment text } } - .light-background { background: $light-background; } @@ -86,7 +85,7 @@ code, pre { font-size: 20px; outline: none; background: $primary-color; - color: $form-background-color; + color: $primary-button-text-color; padding: 5px 12px; cursor: pointer; }