Cosmetic : Set color

This commit is contained in:
sparkyx 2025-01-08 19:59:32 +01:00
parent 78b2b40c09
commit 71ae5c0f07
3 changed files with 7 additions and 3 deletions

View file

@ -29,6 +29,7 @@ BODY {
--accent-color:lightblue;
--input-color:#4b4b91;
--color-red:Crimson;
--color-blue2: cornflowerblue;
}
input{
font-family: 'OpenSansRegular';
@ -523,7 +524,7 @@ tr.highlight {
color: darkred !important;
background-color: lightgoldenrodyellow;
color: antiquewhite !important;
background-color: lightskyblue;
background-color: var(--color-blue2);
padding: 2px 10px 2px 10px;
}