19 lines
280 B
CSS
19 lines
280 B
CSS
.search_tabcontent,
|
|
.main_tabcontent,
|
|
.favorites_tabcontent {
|
|
display: none;
|
|
}
|
|
|
|
.main_tabcontent h1 {
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
.tab button {
|
|
background-color: var(--primary-background);
|
|
color: var(--main-text);
|
|
}
|
|
|
|
.tab button.active {
|
|
background-color: var(--accent-color);
|
|
}
|