erynwells.me/assets/home.css

26 lines
330 B
CSS
Raw Normal View History

2021-10-02 11:13:13 -07:00
/* home.css */
2021-10-05 08:28:28 -07:00
main a {
color: #3486ff;
}
main a:hover {
color: ver(--fog);
border-bottom: 1px solid var(--pro);
}
2021-10-02 11:13:13 -07:00
#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;
}