1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-08-16 06:59:38 +02:00

fix: 🐛 Plex: accent fix

This commit is contained in:
GilbN 2022-05-10 21:57:22 +02:00
parent 838f493822
commit be93b66069

View File

@ -305,7 +305,8 @@ button:hover [class*="DisclosureArrow-disclosureArrow-"] {
}
[class*="PivotTab-selectedButton-"]:after,
[class*="TabButton-selectedButton-"]:after {
[class*="TabButton-selectedButton-"]:after,
[class*="PageHeaderTabButton-isSelected-"]:after {
background-color: rgb(var(--accent-color)) !important;
}