Style updates

This commit is contained in:
Eryn Wells 2021-10-10 18:41:08 -07:00
parent f5da4cd79e
commit 3145c3e698
2 changed files with 17 additions and 9 deletions

View file

@ -4,15 +4,6 @@
--link-color: #3486ff;
}
main a {
color: var(--link-color);
}
main a:hover {
color: ver(--fog);
border-bottom: 1px solid var(--link-color);
}
main h1,
main h2,
main h3 {
@ -24,6 +15,10 @@ main h1:first-child {
margin-top: 0;
}
main a {
color: var(--link-color);
}
h1 {
font-size: 5rem;
}
@ -34,6 +29,7 @@ h2 {
#homepage-content {
margin-bottom: 2em;
font-size: 2.2rem;
}
main p:first-child {

View file

@ -19,4 +19,16 @@ img {
margin-left: auto;
font-size: 80%;
font-style: italic;
}
.draft {
text-transform: uppercase;
font-size: 80%;
color: white;
font-weight: 800;
/*border: 2px solid #aaa;*/
border-radius: 4px;
padding: 0.2rem 0.8rem;
margin-left: 0.5rem;
background-color: #aaa;
}