From b6a0d226741876458cc5839967bf9552916657d0 Mon Sep 17 00:00:00 2001 From: snoopy Date: Tue, 30 Apr 2024 21:22:07 +0200 Subject: [PATCH] Change button names --- static/c4.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/c4.css b/static/c4.css index a74dc49..3293b31 100644 --- a/static/c4.css +++ b/static/c4.css @@ -27,12 +27,12 @@ h1, h1 a { font-size: smaller; } -.btn.green { +.btn.primary { color: #020; background-color: #6f3; } -.btn.green:hover ,.btn.green:focus { +.btn.primary:hover ,.btn.primary:focus { background-color: #3f0; }