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