diff --git a/note_kfet/static/css/custom.css b/note_kfet/static/css/custom.css index 90ccf818..929179e1 100644 --- a/note_kfet/static/css/custom.css +++ b/note_kfet/static/css/custom.css @@ -65,7 +65,7 @@ mark { /* Last BDE colors */ .bg-primary { - background-color: rgb(18, 67, 4) !important; + background-color: rgb(0, 0, 0) !important; } html { @@ -81,14 +81,14 @@ body { .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active { color: #fff; - background-color: rgb(18, 67, 46); - border-color: rgb(18, 67, 46); + background-color: rgb(0,0, 0); + border-color: rgb(0,0, 0); } .btn-outline-primary { - color: rgb(18, 67, 46); + color: rgb(0, 0, 0); background-color: rgba(248, 249, 250, 0.9); - border-color: rgb(18, 67, 46); + border-color: rgb(0, 0, 0); } .turbolinks-progress-bar { @@ -99,26 +99,26 @@ body { .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active { color: #fff; - background-color: rgb(18, 67, 46); - border-color: rgb(18, 67, 46); + background-color: rgb(0, 0, 0); + border-color: rgb(0, 0, 0); } .btn-primary { color: rgba(248, 249, 250, 0.9); - background-color: rgb(28, 114, 10); - border-color: rgb(18, 67, 46); + background-color: rgb(0, 0, 0); + border-color: rgb(0, 0, 0); } .border-primary { - border-color: rgb(28, 114, 10) !important; + border-color: rgb(0, 0, 0) !important; } a { - color: rgb(28, 114, 10); + color: rgb(100, 0, 0); } a:hover { - color: rgb(122, 163, 75); + color: rgb(150, 0, 0); } .form-control:focus { @@ -127,7 +127,7 @@ a:hover { } .btn-outline-primary.focus { - box-shadow: 0 0 0 0.25rem rgba(122, 163, 75, 0.5); + box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5); }