Reactive updating of related time

This commit is contained in:
2026-02-07 16:53:40 +03:00
parent db11fabe1a
commit 0edf6e35d7
8 changed files with 101 additions and 4 deletions
@@ -18,6 +18,7 @@ $subtext0: #a6adc8;
$subtext1: #bac2de;
$red: #f38ba8;
$yellow: #f9e2af;
$green: #a6e3a1;
$peach: #fab387;
$blue: #89b4fa;
+8
View File
@@ -0,0 +1,8 @@
@use "catppuccin" as theme;
.t {
&-red { color: theme.$red; }
&-orange { color: theme.$peach; }
&-yellow { color: theme.$yellow; }
&-green { color: theme.$green; }
}