set color scheme

This commit is contained in:
2026-01-21 08:20:34 +01:00
parent f4bffc353b
commit 0c0c4ca2dd
2 changed files with 14 additions and 12 deletions

View File

@@ -1,12 +0,0 @@
*,
*::before,
*::after {
box-sizing: border-box;
}
body {
margin: 0;
background: #0a0a0f;
color: #fff;
-webkit-font-smoothing: antialiased;
}

View File

@@ -1 +1,15 @@
/* You can add global styles to this file, and also import other style files */ /* You can add global styles to this file, and also import other style files */
*,
*::before,
*::after {
box-sizing: border-box;
}
body {
margin: 0;
background: #0a0a0f;
color: #fff;
-webkit-font-smoothing: antialiased;
color-scheme: dark;
}