Final updates to YEC22 banner

rebuild css
This commit is contained in:
kez 2022-10-13 13:39:06 -07:00
parent 5301543d33
commit a9c232428d
3 changed files with 15 additions and 5 deletions

View File

@ -16,7 +16,7 @@
:root {
--abouttor-yec-page-bg-color: #0E0625;
--abouttor-yec-heading-color: #C0FF00;
--abouttor-yec-heading-alt-color: #FF8AFF;
--abouttor-yec-heading-alt-color: #FFA3FF;
--abouttor-yec-button-color: #000000;
--abouttor-yec-button-bg-color: #C0FF00;
--abouttor-yec-button-hover-bg-color: #A8DF00;
@ -103,6 +103,7 @@
align-items: flex-start;
transform: matrix(1, -0.04, 0, 1, 0, 0);
position: relative;
mix-blend-mode: hard-light
}
.banner-sub-heading-bold {
font-family: 'SpaceGrotesk-Medium', sans-serif;
@ -129,7 +130,7 @@
color: var(--abouttor-yec-heading-color);
font-family: 'SpaceMono', monospace;
font-size: 1.5rem;
font-weight: 700;
font-weight: 400;
letter-spacing: -0.05em;
transform: matrix(1, 0, 0.03, 1, 0, 0);
}
@ -139,6 +140,10 @@
opacity: 70%;
}
.yec-foreground-image {
mix-blend-mode: hard-light
}
html[dir="rtl"] {
.banner-content-2 {
flex-direction: row-reverse;

View File

@ -10252,7 +10252,7 @@ a.side-nav.active {
:root {
--abouttor-yec-page-bg-color: #0E0625;
--abouttor-yec-heading-color: #C0FF00;
--abouttor-yec-heading-alt-color: #FF8AFF;
--abouttor-yec-heading-alt-color: #FFA3FF;
--abouttor-yec-button-color: #000000;
--abouttor-yec-button-bg-color: #C0FF00;
--abouttor-yec-button-hover-bg-color: #A8DF00;
@ -10339,6 +10339,7 @@ a.side-nav.active {
align-items: flex-start;
transform: matrix(1, -0.04, 0, 1, 0, 0);
position: relative;
mix-blend-mode: hard-light;
}
.banner-sub-heading-bold {
@ -10367,7 +10368,7 @@ a.side-nav.active {
color: var(--abouttor-yec-heading-color);
font-family: "SpaceMono", monospace;
font-size: 1.5rem;
font-weight: 700;
font-weight: 400;
letter-spacing: -0.05em;
transform: matrix(1, 0, 0.03, 1, 0, 0);
}
@ -10377,6 +10378,10 @@ a.side-nav.active {
opacity: 70%;
}
.yec-foreground-image {
mix-blend-mode: hard-light;
}
html[dir=rtl] .banner-content-2 {
flex-direction: row-reverse;
}

File diff suppressed because one or more lines are too long