Fix tag color
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user