handle icons differently in playground

This commit is contained in:
2026-01-11 09:37:58 -08:00
parent e80f0e2ba7
commit 997adfd04c
9 changed files with 15 additions and 26 deletions

View File

@@ -15,7 +15,11 @@ svg.icon path {
a>img {
width: 20px;
}
svg.icon {
color: var(--text-color);
width: 24px;
height: 24px;
}
@media (prefers-color-scheme: dark) {
:root {
--tab-select-color: #eee;