1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 02:39:33 +02:00

Theme breaking: --submenuColor becomes --submenuBackgroundColor

This commit is contained in:
Chocobozzz 2021-03-31 09:07:25 +02:00
parent 733dbc535d
commit 218f730c7b
No known key found for this signature in database
GPG key ID: 583A612D890159BE
10 changed files with 25 additions and 25 deletions

View file

@ -31,7 +31,7 @@ ngb-accordion ::ng-deep {
padding: 0;
& + .collapse.show {
background-color: var(--submenuColor);
background-color: var(--submenuBackgroundColor);
}
}
}