Fix tag color

This commit is contained in:
Cassidy Williams
2023-11-08 10:12:19 -06:00
parent fb86147f6a
commit 42c59c1c39

View File

@@ -136,7 +136,7 @@ ul.tags-list {
.tag {
display: inline-block;
margin-right: 20px;
color: var(--gray);
color: var(--black);
font-size: 0.8rem;
}
.tag:hover {
@@ -144,11 +144,6 @@ ul.tags-list {
font-weight: bold;
}
.tag-home {
margin-right: 10px;
color: var(--gray);
}
textarea {
width: 100%;
font-size: 16px;