Lots of home page update

This commit is contained in:
Eryn Wells 2021-10-06 09:25:23 -07:00
parent bbef7dcc92
commit 4e66ee142e
2 changed files with 66 additions and 16 deletions

View file

@ -1,26 +1,41 @@
/* home.css */
:root {
--link-color: #3486ff;
}
main a {
color: #3486ff;
color: var(--link-color);
}
main a:hover {
color: ver(--fog);
border-bottom: 1px solid var(--pro);
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;
}
#homepage-content p {
margin-top: 1em;
}
#homepage-content p:first-child {
p:first-child {
margin-top: 0;
}
#homepage-content h2, h3 {
margin-top: 1.5em;
p {
margin-top: 2rem;
}