1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-08-17 15:39:36 +02:00

Removing text shadow on labels

This commit is contained in:
TheLazyFox 2023-02-09 08:57:46 +01:00 committed by GitHub
parent ddd2eef217
commit 54c249b6bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1808,4 +1808,5 @@ div#dlgEditFilters div.dlg-header{
div.label-count, div.label-size{
background-color: rgb(var(--accent-color));
color: var(--label-text-color);
text-shadow: none;
}