mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-04-28 09:46:52 +02:00
Update background color
This commit is contained in:
parent
a66b4f248e
commit
3b468d1410
2 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue