Style changes

This commit is contained in:
Hazel Layne Aranda 2021-03-26 23:11:10 -04:00
parent ce8e670d9e
commit 14125d469a
1 changed files with 8 additions and 0 deletions

View File

@ -97,6 +97,14 @@ a.show-url::after {
color: var(--link-fancy); color: var(--link-fancy);
} }
.site-title a {
border-bottom: none;
}
.site-title a::after {
content: "";
}
nav { nav {
margin-bottom: 2em; margin-bottom: 2em;
} }