From 0d64ad31e0bd314f4551c2272ae77e0763e38e33 Mon Sep 17 00:00:00 2001 From: quark Date: Thu, 14 Mar 2024 17:22:41 +0100 Subject: [PATCH] Update custom.css --- note_kfet/static/css/custom.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/note_kfet/static/css/custom.css b/note_kfet/static/css/custom.css index b60df1d3..15efa3f9 100755 --- a/note_kfet/static/css/custom.css +++ b/note_kfet/static/css/custom.css @@ -113,7 +113,7 @@ body { } .border-primary { - border-color: rgb(255, 255, 0) !important; + border-color: rgb(222, 180, 222) !important; } .btn-secondary { @@ -132,16 +132,16 @@ body { .btn-outline-dark { - color: #ffff00; - border-color: #ffff00; + color: #000000; + border-color: #000000; } .btn-outline-dark:hover, .btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active { - color: rgb(255, 255, 0); - background-color: rgb(255, 255, 0); - border-color: rgb(255, 255, 0); + color: rgb(50, 100, 160); + background-color: rgb(240, 150, 240); + border-color: rgb(50, 100, 160); }