rg9400
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
1 deletions
-
CSS/themes/adguard/adguard-base.css
|
|
@ -315,6 +315,11 @@ a:-webkit-any-link:focus { |
|
|
|
color: var(--text) |
|
|
|
} |
|
|
|
|
|
|
|
.logs__no-data{ |
|
|
|
color: var(--text); |
|
|
|
background-color: transparent; |
|
|
|
} |
|
|
|
|
|
|
|
.rt-tr-group.red { |
|
|
|
background-color: rgb(244 67 54 / 30%); |
|
|
|
} |
|
|
@ -457,4 +462,4 @@ a:-webkit-any-link:focus { |
|
|
|
|
|
|
|
::-webkit-input-placeholder { |
|
|
|
color: var(--text); |
|
|
|
} |
|
|
|
} |
|
|
|