Skip to content

Commit

Permalink
refactor(app): add a darker background to the page
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Hermann committed Nov 14, 2024
1 parent 08c256d commit 767b2dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/app/app.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
height: 1000px;
max-width: 100%;
max-height: 100%;
border-radius: var(--border-radius);
background-color: var(--color-surface);

app-notification {
Expand Down
2 changes: 1 addition & 1 deletion src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 767b2dd

Please sign in to comment.