Changed css from "nth-last-child(-n+3)" to "nth-last-child(-n+4)"

This commit is contained in:
Francesco Mangiacrapa 2022-07-01 15:41:24 +02:00
parent 8a284adcd3
commit df9f34be49
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ h1 {
overflow: hidden !important;
}
.table-glor td:nth-last-child(-n+3) {
.table-glor td:nth-last-child(-n+4) {
background-color: #d9edf7 !important;
}