From a6e363220a1573257c284a30837064d6c1f3f370 Mon Sep 17 00:00:00 2001 From: snoopy Date: Wed, 1 May 2024 00:04:37 +0200 Subject: [PATCH] Fixes wrong active button color and use primary color --- static/c4.css | 4 ++-- static/form.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/static/c4.css b/static/c4.css index 7e9d5e0..c05e5b0 100644 --- a/static/c4.css +++ b/static/c4.css @@ -32,7 +32,7 @@ h1, h1 a { background-color: #fcbb06; } -.btn.primary:hover ,.btn.primary:focus { +.btn.primary:hover,.btn.primary:focus { background-color: #ffcc33; } @@ -41,7 +41,7 @@ h1, h1 a { background-color: #9f6; } -.btn.grn:hover ,.btn.primary:focus { +.btn.grn:hover ,.btn.grn:focus { background-color: #3f0; } diff --git a/static/form.html b/static/form.html index 8447427..c01f0f4 100644 --- a/static/form.html +++ b/static/form.html @@ -50,6 +50,6 @@ - +