Content Rewrite
This commit is contained in:
+3
-3
@@ -52,7 +52,7 @@
|
||||
box-shadow: 0 24px 60px rgba(17, 20, 24, 0.2);
|
||||
text-align: left;
|
||||
font-family: 'Readex Pro', system-ui, sans-serif;
|
||||
color: #213021;
|
||||
color: var(--gw-green);
|
||||
}
|
||||
|
||||
.no-js-kicker {
|
||||
@@ -65,7 +65,7 @@
|
||||
font-weight: 700;
|
||||
letter-spacing: 0.04em;
|
||||
text-transform: uppercase;
|
||||
color: #213021;
|
||||
color: var(--gw-green);
|
||||
}
|
||||
|
||||
.no-js-card h1 {
|
||||
@@ -74,7 +74,7 @@
|
||||
font-size: clamp(28px, 4vw, 38px);
|
||||
line-height: 1.05;
|
||||
letter-spacing: -0.04em;
|
||||
color: #213021;
|
||||
color: var(--gw-green);
|
||||
}
|
||||
|
||||
.no-js-card p {
|
||||
|
||||
Reference in New Issue
Block a user