style changes

This commit is contained in:
sdarbinyan
2026-02-14 02:34:11 +04:00
parent 751ad48489
commit 4238d59fc6
20 changed files with 1448 additions and 1032 deletions

View File

@@ -16,8 +16,8 @@
--text-light: #828e8d;
--bg-primary: #ffffff;
--bg-secondary: rgba(255, 255, 255, 0.74);
--bg-tertiary: #f5f5f5;
--bg-secondary: #f5f5f5;
--bg-tertiary: #f0f0f0;
--bg-header: rgba(117, 121, 124, 0.1);
--success-color: #10b981;
@@ -36,3 +36,7 @@
--radius-lg: 13px;
--radius-xl: 22px;
}
body {
font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}