mirror of
https://github.com/iv-org/invidious.git
synced 2025-10-28 03:01:57 +00:00
Add support for featured channels page
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user