Fixed active tab not being displayed

This commit is contained in:
RemixDev 2020-05-05 15:46:57 +02:00
parent d93fa41ddd
commit 3fe3841f62
1 changed files with 8 additions and 0 deletions

View File

@ -4,3 +4,11 @@
.favorites_tabcontent {
display: none;
}
.tab button{
background-color: var(--primary-background);
}
.tab button.active{
background-color: var(--accent-color);
}