Skip to content

Commit a54b88e

Browse files
fix blog tag color
1 parent 69d8d3a commit a54b88e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

_sass/_base.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,12 +341,13 @@ footer.sticky-bottom {
341341
ul {
342342
justify-content: center;
343343
display: flow-root;
344+
color: var(--global-text-color-light);
344345

345-
p, li {
346+
li {
346347
list-style: none;
347348
display: inline-block;
348349
padding: 0.5rem;
349-
color: var(--global-text-color-light);
350+
color: inherit;
350351
}
351352
}
352353
}

0 commit comments

Comments
 (0)