mirror of
https://github.com/iv-org/invidious.git
synced 2025-04-20 23:46:26 -04:00
Merge 819ea4a296342b276e7c83808621e0ed975f69fe into cf12e9dec1a1425520acd250532c7a293e4f6b66
This commit is contained in:
commit
c805e3a016
@ -372,6 +372,10 @@ span > select {
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: light) {
|
||||
html {
|
||||
scrollbar-color: #303030 #f0f0f0;
|
||||
}
|
||||
|
||||
.no-theme a:hover,
|
||||
.no-theme a:active,
|
||||
.no-theme summary:hover {
|
||||
@ -443,6 +447,10 @@ body.dark-theme {
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
html {
|
||||
scrollbar-color: #f0f0f0 rgb(45, 45, 45);
|
||||
}
|
||||
|
||||
.no-theme a:hover,
|
||||
.no-theme a:active {
|
||||
color: rgb(0, 182, 240);
|
||||
|
Loading…
x
Reference in New Issue
Block a user