mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-27 23:18:35 +00:00
Update default.css
This commit is contained in:
parent
5437e03500
commit
ca86228dfa
@ -433,7 +433,8 @@ span > select {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body.dark-theme {
|
body.dark-theme {
|
||||||
background-image: linear-gradient(#000, rgba(94,149,183,0.8));
|
background-color: #03060b;
|
||||||
|
background-image: linear-gradient(0deg, transparent, transparent, transparent, rgba(47,121,160,1))
|
||||||
color: #f0f0f0;
|
color: #f0f0f0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -472,7 +473,8 @@ body.dark-theme {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body.no-theme {
|
body.no-theme {
|
||||||
background-image: linear-gradient(#000, rgba(94,149,183,0.8));
|
background-color: #03060b;
|
||||||
|
background-image: linear-gradient(0deg, transparent, transparent, transparent, rgba(47,121,160,1))
|
||||||
color: #f0f0f0;
|
color: #f0f0f0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user