styling, fixes for resources, accessibility

This commit is contained in:
2021-11-06 12:08:43 -05:00
parent fb98e7b498
commit 05130b6ee8
3 changed files with 63 additions and 5 deletions

View File

@@ -11,8 +11,27 @@ header {
text-align: center;
}
#download-excursion {
.download {
color: aquamarine;
font-size: 16px;
font-weight: bold;
}
.section-header {
font-family: Verdana;
font-weight: 300;
font-size: 42px;
color: white;
}
#article-paragraph {
font-family: Verdana;
font-size: 21px;
color: gray;
}
#copyright {
text-align: right;
color: gray;
padding-right: 8px;
}