From 41463b04d0ee0f619cb152ea9b5394b34c79e7db Mon Sep 17 00:00:00 2001 From: Tyler-A Date: Thu, 30 Jul 2020 22:11:57 -0600 Subject: [PATCH] Add colour points for buttons. --- src/css/dark_theme.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/css/dark_theme.css b/src/css/dark_theme.css index 957ccf5..940a00a 100644 --- a/src/css/dark_theme.css +++ b/src/css/dark_theme.css @@ -28,4 +28,7 @@ --input-background: var(--spotify-black); --input-text: var(--spotify-green); --input-active-border: var(--accent1); + + --button-background: var(--spotify-green); + --button-text: var(--spotify-black); } \ No newline at end of file