Files

15 lines
225 B
SCSS
Raw Permalink Normal View History

2026-02-07 16:53:40 +03:00
@use "catppuccin" as theme;
2026-02-10 10:27:45 +03:00
.m {
&t {
&-1 { margin-top: .5rem; }
}
}
2026-02-07 16:53:40 +03:00
.t {
&-red { color: theme.$red; }
&-orange { color: theme.$peach; }
&-yellow { color: theme.$yellow; }
&-green { color: theme.$green; }
}