🛣🍠 Checkpoint

./style.css:308959/178
This commit is contained in:
Glitch (glitch-hello-website)
2024-09-23 21:15:47 +00:00
parent ae1115086a
commit f36f60b1be

View File

@ -18,6 +18,7 @@ to this section's matching END comment to see page-specific styles.
:root { :root {
--color-bg: #69F7BE; --color-bg: #69F7BE;
--color-text-main: #000000; --color-text-main: #000000;
--color-text-header: #2800FF;
--color-primary: #FFFF00; --color-primary: #FFFF00;
--wrapper-height: 87vh; --wrapper-height: 87vh;
--image-max-width: 300px; --image-max-width: 300px;
@ -131,7 +132,7 @@ body {
/* Very light scaling for our illustration */ /* Very light scaling for our illustration */
.title { .title {
color: #2800FF; color: var(--color-text-header);
font-family: HK Grotesk; font-family: HK Grotesk;
font-style: normal; font-style: normal;
font-weight: bold; font-weight: bold;
@ -167,7 +168,7 @@ input {
/* Subheading */ /* Subheading */
h2 { h2 {
color: #2800FF; color: var(--color-text-header);
} }
/* Interactive image */ /* Interactive image */