feat: change css to use single brand color, only new browsers support

This commit is contained in:
2026-02-12 17:33:38 +05:00
parent 95d7c81cdf
commit caf53e1903
22 changed files with 1922 additions and 201 deletions
+3 -2
View File
@@ -20,11 +20,12 @@
<style>
.header {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
background: linear-gradient(135deg, var(--action-primary) 0%, var(--action-secondary) 100%);
color: var(--text-action);
padding: 16px 20px;
border-radius: var(--radius);
margin-bottom: 16px;
box-shadow: var(--shadow-md);
}
.header-content {