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