Browse Source

AdguardHome better formatting

pull/140/head
rg9400 4 years ago
committed by GitHub
parent
commit
e55975db5f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      CSS/themes/adguard/adguard-base.css

7
CSS/themes/adguard/adguard-base.css

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

Loading…
Cancel
Save