Add support for featured channels page

This commit is contained in:
syeopite
2021-04-17 20:09:28 -07:00
parent a777eda66a
commit e9dcac9bd4
46 changed files with 543 additions and 48 deletions

View File

@@ -344,7 +344,7 @@ span > select {
.light-theme a:hover,
.light-theme a:active,
.light-theme summary:hover {
.light-theme .simulated_a:hover {
color: #075A9E !important;
}
@@ -371,7 +371,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;
}
@@ -402,7 +402,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);
}