Updated menus and minor style changes.

This commit is contained in:
2021-07-29 20:40:47 -07:00
parent 2610b82439
commit 3fba22f9d1
6 changed files with 52 additions and 12 deletions

View File

@@ -248,8 +248,8 @@ blockquote p {
}
.alert {
margin: 1.4rem 0;
padding: 0.4rem 0 0.4rem 0;
margin: 1.2rem 0;
padding: 0.3rem 0 0.3rem 0;
font-size: 1.3rem;
font-family: Montserrat-ExtraBold;
line-height: 1.4rem;
@@ -258,12 +258,11 @@ blockquote p {
}
.alert:before {
content: "Alert:";
border-radius: 0.5rem/1rem;
padding: 0.5rem;
letter-spacing: 0.2rem;
margin-right: 1rem;
color: #98025c;
border: 1px black solid;
border: 0;
}
.alert a {
font-size: 1.2rem;
@@ -271,6 +270,11 @@ blockquote p {
text-shadow: 0 0 0.6rem rgba(158, 243, 113, 0.3);
}
.alert + .alert {
margin-top: 0;
padding-top: 0;
}
.date {
background: black;
color: white;