1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-02 13:37:21 +02:00

Fix dropdown text color

This commit is contained in:
GilbN 2024-04-21 21:42:26 +02:00
parent ae5d5e6896
commit 13c1d47250

View File

@ -163,6 +163,7 @@ table tr svg.text-green-500{
/* DROPDOWNS */
button[aria-haspopup="listbox"]{
background: var(--transparency-dark-25) !important;
color: var(--text) !important;
}
ul[role="listbox"]{
background: var(--modal-bg-color) !important;