Skip to content

Commit f783d44

Browse files
committed
fix: tags dark mode
1 parent 523f151 commit f783d44

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/routes/+page.svelte

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,4 +200,11 @@
200200
margin-bottom: 10px;
201201
border-radius: 100px;
202202
}
203+
204+
@media (prefers-color-scheme: dark) {
205+
.tags > span {
206+
background-color: #353a46;
207+
color: #f5f6fa;
208+
}
209+
}
203210
</style>

0 commit comments

Comments
 (0)