Add support for featured channels page

This commit is contained in:
syeopite 2021-04-17 20:09:28 -07:00
parent 68090ddb84
commit c08b4c9a32
No known key found for this signature in database
GPG key ID: 6FA616E5A5294A82
46 changed files with 522 additions and 47 deletions

View file

@ -359,7 +359,7 @@ span > select {
.light-theme a:hover,
.light-theme a:active,
.light-theme summary:hover {
.light-theme .simulated_a:hover {
color: #075A9E !important;
}
@ -386,7 +386,7 @@ span > select {
@media (prefers-color-scheme: light) {
.no-theme a:hover,
.no-theme a:active,
.no-theme summary:hover {
.no-theme .simulated_a:hover {
color: #075A9E !important;
}
@ -417,7 +417,7 @@ span > select {
.dark-theme a:hover,
.dark-theme a:active,
.dark-theme summary:hover {
.dark-theme .simulated_a:hover {
color: rgb(0, 182, 240);
}