create sig in flow LO

This commit is contained in:
yzned
2025-07-19 21:33:53 +03:00
committed by yzned
parent de28d80769
commit ee83aefabc
20 changed files with 880 additions and 29 deletions

View File

@@ -2,9 +2,16 @@
@theme {
--font-work: "work-sans", "sans-serif";
}
textarea:focus,
input:focus {
outline: none;
}
@theme inline {
--color-bg-dark:#212121;
--color-bg-light:#FFFFFF;
--color-brand-gray:#201E1E;
--color-text-light-900:#0A0A0A;
--color-text-light-500:#939393;
@@ -20,6 +27,7 @@
--color-fill-700:#363636;
--color-fill-400:#939393;
--color-fill-300:#C0C0C0;
--color-fill-200:#D6D6D6;
--color-fill-150:#E8E8E8;
--color-fill-100:#F5F5F5;