1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-08-17 23:49:37 +02:00

Fixing label-count and label-size

Adding the styling how it is supposed to be, using the official logic and palettes.
I'm not convinced by the result and I will personally stick with the modal color.
This commit is contained in:
TheLazyFox 2023-02-09 08:19:05 +01:00 committed by GitHub
parent e53110a2c5
commit ddd2eef217
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1806,5 +1806,6 @@ div#dlgEditFilters div.dlg-header{
}
div.label-count, div.label-size{
background-color: var(--modal-bg-color);
background-color: rgb(var(--accent-color));
color: var(--label-text-color);
}