Merge pull request #875 from Unkn0wnCat/colortest

Update background color
This commit is contained in:
Kevin Kandlbinder 2022-11-24 15:06:11 +01:00 committed by GitHub
commit 4a4d6f2bd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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,
@ -131,7 +131,7 @@ $aboutCVShadow: 0 0 15px 0 var(--color-accent-shadow-profile);
);
background-blend-mode: screen, overlay, hard-light, normal;
/*background: linear-gradient(to bottom, rgba(black, 0.35), transparent 70px),
/*background: linear-gradient(to bottom, rgba(black, 0.35), transparent 70px),
radial-gradient(circle at center, #00000063, transparent 600px),
radial-gradient(
circle at top right,