From 1e680ec63611c0e00350791dce1d3a3ce4061919 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Thu, 11 Apr 2024 14:56:23 +0700 Subject: [PATCH] feat: add more utility card --- src/css/app.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/css/app.scss b/src/css/app.scss index 83a14a09..1449657b 100644 --- a/src/css/app.scss +++ b/src/css/app.scss @@ -110,6 +110,10 @@ html { background-color: var(--surface-3) !important; } +.app-text-muted { + color: hsl(var(--text-mute)) +} + .app-text-info { color: hsl(var(--info-bg)); }