Skip to content

Commit

Permalink
add dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-Schwarz2003 committed Nov 19, 2024
1 parent bf25bf4 commit ff78929
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,9 @@ body {
display: flex;
margin: 10px;
justify-content: center;
background: light-dark(#fff,#333);
}

:root{
color-scheme: light dark;
}

0 comments on commit ff78929

Please sign in to comment.