Various improve before build.

This commit is contained in:
James Cole 2023-02-03 21:16:32 +01:00
parent 2c1023ad40
commit 28deb32f5e
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80
2 changed files with 12 additions and 1 deletions

View File

@ -4487,7 +4487,7 @@ table.text-center th {
.alert-success,
.label-success,
.modal-success .modal-body {
background-color: #00a65a !important;
background-color: #00a65a;
}
.bg-navy {
background-color: #001f3f !important;

View File

@ -502,4 +502,15 @@
background: #55606a;
color:#fff;
}
.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
background-color: #007741 !important;
}
code {
background-color:#343941;
color:#c9d1d9;
}
}