mirror of
https://github.com/ParkerTenBroeck/ParkerTenBroeck.github.io.git
synced 2026-06-06 21:14:06 -04:00
inlined script and css to base html
This commit is contained in:
parent
7e636125c3
commit
aecbbcf022
4 changed files with 10 additions and 7 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
* {
|
||||
color-scheme: dark !important;
|
||||
color-scheme: dark;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
@media (prefers-color-scheme: light) {
|
||||
* {
|
||||
color-scheme: light !important;
|
||||
color-scheme: light;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue