Change destination page default theme to light mode
This commit is contained in:
@@ -777,7 +777,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Dark Mode Support */
|
/* Dark Mode Support */
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: light) {
|
||||||
:root {
|
:root {
|
||||||
--white: #1a1a1a;
|
--white: #1a1a1a;
|
||||||
--gray-50: #262626;
|
--gray-50: #262626;
|
||||||
|
|||||||
Reference in New Issue
Block a user