15 lines
216 B
CSS
15 lines
216 B
CSS
/* Tabs */
|
|
.search_tabcontent,
|
|
.main_tabcontent,
|
|
.favorites_tabcontent {
|
|
display: none;
|
|
}
|
|
|
|
.tab button{
|
|
background-color: var(--primary-background);
|
|
}
|
|
|
|
.tab button.active{
|
|
background-color: var(--accent-color);
|
|
}
|