1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-17 14:22:24 +02:00

AdguardHome fix query log backgrounds

This commit is contained in:
rg9400 2021-01-18 14:13:28 -06:00 committed by GitHub
parent fdbd78841b
commit 0282f112d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -320,6 +320,14 @@ a:-webkit-any-link:focus {
background-color: transparent;
}
.logs__row--white {
background-color: transparent;
}
.logs__row--red {
background-color: transparent !important;
}
.rt-tr-group.red {
background-color: rgb(244 67 54 / 30%);
}