From 767b2dd2529994a9007625abdbf583e7eb6e182f Mon Sep 17 00:00:00 2001 From: Mathieu Hermann Date: Thu, 14 Nov 2024 16:38:49 +0100 Subject: [PATCH] refactor(app): add a darker background to the page --- src/app/app.component.scss | 1 - src/styles.scss | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/app.component.scss b/src/app/app.component.scss index 1c066be..a1e68ad 100644 --- a/src/app/app.component.scss +++ b/src/app/app.component.scss @@ -5,7 +5,6 @@ height: 1000px; max-width: 100%; max-height: 100%; - border-radius: var(--border-radius); background-color: var(--color-surface); app-notification { diff --git a/src/styles.scss b/src/styles.scss index b26c55d..6c29bc0 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -4,7 +4,7 @@ html, body { font-family: var(--text-font-family); - background-color: var(--color-surface); + background-color: var(--color-app-background); margin: 0; user-select: none;