1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-03 22:17:08 +02:00

fix: 🐛 starr: Progress bar purple fix

This commit is contained in:
GilbN 2022-07-27 23:27:52 +02:00
parent cd9ba32366
commit 472a4fd7a0

View File

@ -280,7 +280,7 @@ a:hover {
background: var(--transparency-dark-25); background: var(--transparency-dark-25);
} }
[class*=".ProgressBar-purple-"] { [class*="ProgressBar-purple-"] {
background-color: rgb(var(--accent-color)); background-color: rgb(var(--accent-color));
} }