Cosmetic : Set color
This commit is contained in:
parent
78b2b40c09
commit
71ae5c0f07
3 changed files with 7 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue