mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-04-28 17:56:51 +02:00
Merge pull request #875 from Unkn0wnCat/colortest
Update background color
This commit is contained in:
commit
4a4d6f2bd8
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
||||||
"dockerfile": "Dockerfile",
|
"dockerfile": "Dockerfile",
|
||||||
// Update 'VARIANT' to pick a Node version: 10, 12, 14
|
// Update 'VARIANT' to pick a Node version: 10, 12, 14
|
||||||
"args": {
|
"args": {
|
||||||
"VARIANT": "18"
|
"VARIANT": "16"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// Set *default* container specific settings.json values on container create.
|
// Set *default* container specific settings.json values on container create.
|
||||||
|
|
|
@ -7,7 +7,7 @@ $mainFont: "Encode SansVariable", sans-serif;
|
||||||
|
|
||||||
$theme: (
|
$theme: (
|
||||||
"accent": #e52b3e,
|
"accent": #e52b3e,
|
||||||
"background": #070707,
|
"background": #03051c,
|
||||||
"text": white,
|
"text": white,
|
||||||
"red": #e52b3e,
|
"red": #e52b3e,
|
||||||
"orange": #e5752b,
|
"orange": #e5752b,
|
||||||
|
|
Loading…
Add table
Reference in a new issue