From 64bdb332f0471e94c7f62acb1c0e5f233f203382 Mon Sep 17 00:00:00 2001 From: maaa Date: Sat, 26 Aug 2023 19:10:50 +0200 Subject: [PATCH] d --- static/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 0940615..de5bb77 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -9,6 +9,7 @@ --theme-text-color: #ffffff; --exit-color: #e9e9e9; --session-color: #f4f4f4; + --note-button: #ffffff; } p, h1, h2, h3, h4, h5, h6 { @@ -110,7 +111,7 @@ body { padding: 10px; margin: 7px; margin-bottom: 0; - background-color: #ffffff; + background-color: var(--note-button); color: var(--text-color); border: none; border-radius: 8px;