Updated blue in the table

This commit is contained in:
tijsklaren 2023-01-10 16:32:59 +01:00
parent 633df7ccff
commit d402bafd00
1 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ table{
}
tr.totals, th.totals, td.totals{
background: #efefef;
background: var(--light-grey);
}
th, td{
@ -30,13 +30,13 @@ th.iconCell > .icon, td.iconCell > .icon{
width: 15px;
padding: 8px;
border-radius: 50%;
background-color: var(--just-blue);
background-color: var(--standard-blue);
color: white;
cursor: pointer;
}
th{
background: var(--just-blue);
background: var(--standard-blue);
color: white;
}