Update background color

This commit is contained in:
Kevin Kandlbinder 2022-11-24 13:58:04 +00:00
parent a66b4f248e
commit 3b468d1410
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@
"dockerfile": "Dockerfile",
// Update 'VARIANT' to pick a Node version: 10, 12, 14
"args": {
"VARIANT": "18"
"VARIANT": "16"
}
},
// Set *default* container specific settings.json values on container create.

View file

@ -7,7 +7,7 @@ $mainFont: "Encode SansVariable", sans-serif;
$theme: (
"accent": #e52b3e,
"background": #070707,
"background": #03051c,
"text": white,
"red": #e52b3e,
"orange": #e5752b,