From 299a2f5914bab2dd6118659720e972906d05e370 Mon Sep 17 00:00:00 2001 From: Shy Date: Tue, 30 Apr 2024 21:45:01 +0200 Subject: [PATCH] Modified button colors --- static/c4.css | 16 +++++++++++++--- static/index.html | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/static/c4.css b/static/c4.css index 3293b31..7e9d5e0 100644 --- a/static/c4.css +++ b/static/c4.css @@ -28,17 +28,27 @@ h1, h1 a { } .btn.primary { - color: #020; - background-color: #6f3; + color: #220; + background-color: #fcbb06; } .btn.primary:hover ,.btn.primary:focus { + background-color: #ffcc33; +} + +.btn.grn { + color: #020; + background-color: #9f6; +} + +.btn.grn:hover ,.btn.primary:focus { background-color: #3f0; } + .btn.red { color: #200; - background-color: #f36; + background-color: #f48; } .btn.red:hover, .btn.red:focus { diff --git a/static/index.html b/static/index.html index 472846b..c656402 100644 --- a/static/index.html +++ b/static/index.html @@ -38,7 +38,7 @@ - + + +