Passage des couleurs ttlsp

This commit is contained in:
parpaing 2022-04-05 14:45:41 +02:00 committed by root
parent d43fbe7ac6
commit 4d03d9460d
1 changed files with 13 additions and 13 deletions

View File

@ -65,7 +65,7 @@ mark {
/* Last BDE colors */ /* Last BDE colors */
.bg-primary { .bg-primary {
background-color: rgb(18, 67, 4) !important; background-color: rgb(0, 0, 0) !important;
} }
html { html {
@ -81,14 +81,14 @@ body {
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active { .btn-outline-primary:not(:disabled):not(.disabled):active {
color: #fff; color: #fff;
background-color: rgb(18, 67, 46); background-color: rgb(0,0, 0);
border-color: rgb(18, 67, 46); border-color: rgb(0,0, 0);
} }
.btn-outline-primary { .btn-outline-primary {
color: rgb(18, 67, 46); color: rgb(0, 0, 0);
background-color: rgba(248, 249, 250, 0.9); background-color: rgba(248, 249, 250, 0.9);
border-color: rgb(18, 67, 46); border-color: rgb(0, 0, 0);
} }
.turbolinks-progress-bar { .turbolinks-progress-bar {
@ -99,26 +99,26 @@ body {
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active { .btn-primary:not(:disabled):not(.disabled):active {
color: #fff; color: #fff;
background-color: rgb(18, 67, 46); background-color: rgb(0, 0, 0);
border-color: rgb(18, 67, 46); border-color: rgb(0, 0, 0);
} }
.btn-primary { .btn-primary {
color: rgba(248, 249, 250, 0.9); color: rgba(248, 249, 250, 0.9);
background-color: rgb(28, 114, 10); background-color: rgb(0, 0, 0);
border-color: rgb(18, 67, 46); border-color: rgb(0, 0, 0);
} }
.border-primary { .border-primary {
border-color: rgb(28, 114, 10) !important; border-color: rgb(0, 0, 0) !important;
} }
a { a {
color: rgb(28, 114, 10); color: rgb(100, 0, 0);
} }
a:hover { a:hover {
color: rgb(122, 163, 75); color: rgb(150, 0, 0);
} }
.form-control:focus { .form-control:focus {
@ -127,7 +127,7 @@ a:hover {
} }
.btn-outline-primary.focus { .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);
} }