From 946c95b6f6a42e0113664e682d2413f04091fbf1 Mon Sep 17 00:00:00 2001 From: thomasrosen Date: Tue, 22 Nov 2022 14:11:13 +0100 Subject: [PATCH] fix: css for green button was wrong --- frontend/index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/index.css b/frontend/index.css index 7c1727e..da2f7ab 100644 --- a/frontend/index.css +++ b/frontend/index.css @@ -585,9 +585,9 @@ button { } button.green, -.page.purple_bg button, -.page.red_bg button, -.page.blue_bg button { +.page.purple_bg button.green, +.page.red_bg button.green, +.page.blue_bg button.green { background: var(--volt-green); color: white; }