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
+4 -3
View File
@@ -33,19 +33,20 @@
<style>
.card {
background: var(--bg-card);
border: 1px solid var(--border-color);
background: var(--surface-elevated);
border: 1px solid var(--border-main);
border-radius: var(--radius);
padding: 16px;
margin-bottom: 16px;
transition: var(--transition);
overflow: hidden;
box-shadow: var(--shadow);
}
.card-title {
font-size: 15px;
font-weight: 600;
color: var(--text-primary);
color: var(--text-main);
margin-bottom: 12px;
display: flex;
align-items: center;