erynwells.me/assets/home.css

41 lines
No EOL
420 B
CSS

/* home.css */
:root {
--link-color: #3486ff;
}
main a {
color: var(--link-color);
}
main a:hover {
color: ver(--fog);
border-bottom: 1px solid var(--link-color);
}
h1,
h2,
h3 {
margin-top: 4rem;
margin-bottom: 0.7rem;
}
h1 {
font-size: 5rem;
}
h2 {
font-size: 3rem;
}
#homepage-content {
margin-bottom: 2em;
}
p:first-child {
margin-top: 0;
}
p {
margin-top: 2rem;
}