mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
Minor CSS cleanup
This commit is contained in:
parent
2a2f54289a
commit
f44a5b1a69
4 changed files with 83 additions and 16 deletions
|
@ -637,8 +637,8 @@ p,
|
|||
margin-top: 1em;
|
||||
}
|
||||
|
||||
.category .heading > p {
|
||||
display: inline-block;
|
||||
.category-heading {
|
||||
margin-bottom: 7px;
|
||||
}
|
||||
|
||||
/* Split into .badge and #.featured */
|
||||
|
@ -652,7 +652,23 @@ p,
|
|||
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue