From 6adc7665dbfb6610447df8c8e154269c58774236 Mon Sep 17 00:00:00 2001 From: Isaac Machakata Date: Sun, 7 Apr 2024 16:07:31 +0200 Subject: [PATCH] style: adjust btn border color --- public/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/static/css/style.css b/public/static/css/style.css index ff26c9c..3a98a6a 100644 --- a/public/static/css/style.css +++ b/public/static/css/style.css @@ -8,5 +8,5 @@ } .btn.btn-primary:hover { - border-bottom: 0.3em solid #0003b0; + border-bottom: 0.3em solid #003ec4; } \ No newline at end of file