diff --git a/src/app/app.scss b/src/app/app.scss index 5ca46fc..e69de29 100644 --- a/src/app/app.scss +++ b/src/app/app.scss @@ -1,12 +0,0 @@ -*, -*::before, -*::after { - box-sizing: border-box; -} - -body { - margin: 0; - background: #0a0a0f; - color: #fff; - -webkit-font-smoothing: antialiased; -} diff --git a/src/styles.scss b/src/styles.scss index 90d4ee0..a729b8b 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -1 +1,15 @@ /* 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; +}