feat: theme - 02

This commit is contained in:
kodi
2026-03-12 20:13:50 +01:00
parent 09c3e14dea
commit e25d43200f
14 changed files with 295 additions and 9 deletions
+18
View File
@@ -316,6 +316,24 @@ button:disabled {
stroke-linejoin: round;
}
.entry-media-svg.is-filled {
fill: currentColor;
stroke: currentColor;
}
.entry-media-svg .entry-media-detail {
fill: none;
stroke: var(--color-surface);
stroke-width: 1.45;
stroke-linecap: round;
stroke-linejoin: round;
}
.entry-media-svg .entry-media-detail-solid {
fill: var(--color-surface);
stroke: none;
}
.entry-media-icon.folder {
color: color-mix(in srgb, #d1a85e 72%, var(--color-text-muted));
}