feat: theme - 02
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user