mirror of
https://gitlab.com/RemixDev/deemix-webui.git
synced 2025-01-22 14:21:45 +00:00
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);
|
|
}
|