mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-04-30 10:46:57 +02:00
Update _globals.scss
This commit is contained in:
parent
a754af23cc
commit
26c41ce35b
1 changed files with 4 additions and 4 deletions
|
@ -113,7 +113,7 @@ $aboutCVShadow: 0 0 15px 0 var(--color-accent-shadow-profile);
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin homeBg {
|
@mixin homeBg {
|
||||||
/*background: linear-gradient(45deg, #000850 0%, #000320 100%),
|
background: linear-gradient(45deg, #000850 0%, #000320 100%),
|
||||||
radial-gradient(100% 225% at 100% 0%, #ff6928 0%, #000000 100%),
|
radial-gradient(100% 225% at 100% 0%, #ff6928 0%, #000000 100%),
|
||||||
linear-gradient(225deg, #ff7a00 0%, #000000 100%),
|
linear-gradient(225deg, #ff7a00 0%, #000000 100%),
|
||||||
linear-gradient(
|
linear-gradient(
|
||||||
|
@ -127,9 +127,9 @@ $aboutCVShadow: 0 0 15px 0 var(--color-accent-shadow-profile);
|
||||||
#0f0a3c 67%,
|
#0f0a3c 67%,
|
||||||
#0f0a3c 100%
|
#0f0a3c 100%
|
||||||
);
|
);
|
||||||
background-blend-mode: screen, overlay, hard-light, normal;*/
|
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 center, #00000063, transparent 600px),
|
||||||
radial-gradient(
|
radial-gradient(
|
||||||
circle at top right,
|
circle at top right,
|
||||||
|
@ -154,7 +154,7 @@ $aboutCVShadow: 0 0 15px 0 var(--color-accent-shadow-profile);
|
||||||
#99e8c2,
|
#99e8c2,
|
||||||
#26ceaa,
|
#26ceaa,
|
||||||
#078d70
|
#078d70
|
||||||
);
|
);*/
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin flexList {
|
@mixin flexList {
|
||||||
|
|
Loading…
Add table
Reference in a new issue