erynwells.me/assets/home.css

26 lines
No EOL
330 B
CSS

/* home.css */
main a {
color: #3486ff;
}
main a:hover {
color: ver(--fog);
border-bottom: 1px solid var(--pro);
}
#homepage-content {
margin-bottom: 2em;
}
#homepage-content p {
margin-top: 1em;
}
#homepage-content p:first-child {
margin-top: 0;
}
#homepage-content h2, h3 {
margin-top: 1.5em;
}