added logos for light theme
All checks were successful
Copy Files to Samba Share dev / Copy Files (push) Successful in 24s
All checks were successful
Copy Files to Samba Share dev / Copy Files (push) Successful in 24s
This commit is contained in:
@@ -1,9 +1,21 @@
|
||||
body {
|
||||
.only-on-dark {
|
||||
display: none;
|
||||
}
|
||||
|
||||
// dark mode
|
||||
@media (prefers-color-scheme: dark) {
|
||||
--text-color: rgb(222, 112, 108);
|
||||
--background-color: rgb(41, 23, 44);
|
||||
--accent-color: rgb(222, 112, 108);
|
||||
|
||||
.only-on-dark {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.only-on-light {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user