mirror of
https://github.com/iv-org/invidious.git
synced 2025-10-14 19:38:06 +00:00
Minor CSS cleanup
This commit is contained in:
@@ -606,8 +606,8 @@ hr {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
.category .heading > p {
|
||||
display: inline-block;
|
||||
.category-heading {
|
||||
margin-bottom: 7px;
|
||||
}
|
||||
|
||||
/* Split into .badge and #.featured */
|
||||
@@ -621,7 +621,23 @@ hr {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
/* Temp */
|
||||
.category-description {
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.no-theme .category-description {
|
||||
color: #A8A095;
|
||||
}
|
||||
}
|
||||
|
||||
.dark-theme .category-description {
|
||||
color: #A8A095;
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: light) {
|
||||
.no-theme .category-description {
|
||||
color: #000000;
|
||||
}
|
||||
}
|
||||
|
||||
.light-theme .category-description {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user