Update _globals.scss

This commit is contained in:
Kevin Kandlbinder 2022-08-15 14:33:13 +02:00 committed by GitHub
parent a754af23cc
commit 26c41ce35b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,7 +113,7 @@ $aboutCVShadow: 0 0 15px 0 var(--color-accent-shadow-profile);
}
@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%),
linear-gradient(225deg, #ff7a00 0%, #000000 100%),
linear-gradient(
@ -127,9 +127,9 @@ $aboutCVShadow: 0 0 15px 0 var(--color-accent-shadow-profile);
#0f0a3c 67%,
#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 top right,
@ -154,7 +154,7 @@ $aboutCVShadow: 0 0 15px 0 var(--color-accent-shadow-profile);
#99e8c2,
#26ceaa,
#078d70
);
);*/
}
@mixin flexList {