Skip to content

Commit

Permalink
Style Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yves Schubert committed May 22, 2024
1 parent 6982800 commit 43d743c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@

<link rel="stylesheet" href="./landing/css/pico.min.css" />
<style>
:root:not([data-theme=dark]), [data-theme=light] {
--pico-color: #000000;
--pico-font-family: Arial, serif;
}

:root:not([data-theme=light]), [data-theme=dark] {
--pico-color: #FFFFFF;
--pico-font-family: Arial, serif;
}


@media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) {
--pico-color: #FFFFFF;
--pico-background-color: #000000;
}
}

@media only screen and (prefers-color-scheme: light) {
:root:not([data-theme]) {
--pico-background-color: #FFFFFF;
--pico-color: #000000;
}

}

html {
box-sizing: content-box;
font-family: Arial, serif;
Expand Down

0 comments on commit 43d743c

Please sign in to comment.