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