🎊🌍 Checkpoint

./styles/main.css:69682263/986
This commit is contained in:
Glitch (glitch-hello-website)
2024-12-11 23:45:47 +00:00
parent aadab6ad18
commit a20dd7c01b

View File

@ -1,8 +1,8 @@
/* Our default values set as CSS variables */ /* Our default values set as CSS variables */
:root { :root {
--color-bg: #f0f0f0; --color-bg: #f0f0f0;
--color-text-main: #185370; --color-text-main: #640054;
--color-text-header: #93005D; --color-text-header: #185370;
--color-primary: #FFFF00; --color-primary: #FFFF00;
--wrapper-height: 87vh; --wrapper-height: 87vh;
--image-max-width: 300px; --image-max-width: 300px;
@ -32,6 +32,14 @@
format("opentype"); format("opentype");
} }
/* Links */
a:link,
a:visited {
color: var(--color-text-header);
font-size: 1.1rem;
text-decoration: underline solid 3px var(--color-text-main);
}
/* Navigation grid */ /* Navigation grid */
.footer { .footer {
display: flex; display: flex;
@ -40,26 +48,7 @@
padding: 1rem 0 0.75rem 0; padding: 1rem 0 0.75rem 0;
width: 100%; width: 100%;
flex-wrap: wrap; flex-wrap: wrap;
border-top: 4px solid #fff; border-top: 4px solid var(--color-text-header);
}
.footer a:not(.btn--remix):link,
a:not(.btn--remix):visited {
font-family: HK Grotesk;
font-style: normal;
font-weight: normal;
font-size: 1.1rem;
color: #000;
text-decoration: none;
border-style: none;
}
.footer a:hover {
background: var(--color-primary);
}
.footer .links {
padding: 0.5rem 1rem 1.5rem;
white-space: nowrap;
} }
.divider { .divider {