From e3fc17a878fd9b65ee73b890e1952e0e4fcd4873 Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Mon, 15 Mar 2021 11:49:27 +0100 Subject: Add dark mode image --- wpisy/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wpisy/style.css') diff --git a/wpisy/style.css b/wpisy/style.css index 00ec4cf..ec3cc3d 100644 --- a/wpisy/style.css +++ b/wpisy/style.css @@ -48,7 +48,7 @@ a.button:hover { .button, button { - background-color: #507b34; + background-color: var(--bg-secondary); padding: 10px; max-width: 150px; border: none; -- cgit 1.4.1