From 0c0c4ca2dd6c85425355fad84bfeb14f8d5a63cf Mon Sep 17 00:00:00 2001 From: Antonio Ledebuhr Date: Wed, 21 Jan 2026 08:20:34 +0100 Subject: [PATCH] set color scheme --- src/app/app.scss | 12 ------------ src/styles.scss | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 12 deletions(-) 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; +}