light mode fix
This commit is contained in:
@@ -19,7 +19,7 @@ const { tags } = Astro.props
|
|||||||
|
|
||||||
.tag {
|
.tag {
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
color: var(--text);
|
color: white;
|
||||||
padding: 4px 8px;
|
padding: 4px 8px;
|
||||||
border-radius: 25px;
|
border-radius: 25px;
|
||||||
background: var(--blue);
|
background: var(--blue);
|
||||||
|
|||||||
Reference in New Issue
Block a user