another step just a little remaining
This commit is contained in:
@@ -42,6 +42,16 @@
|
||||
|
||||
/* Divider */
|
||||
--bal-divider: rgba(29, 74, 64, 0.14);
|
||||
|
||||
/* Feedback — toast / alert backgrounds (brand-harmonized; cream text) */
|
||||
--bal-success: #1f6b50;
|
||||
--bal-success-contrast: #f3efe9;
|
||||
--bal-error: #a8392a;
|
||||
--bal-error-contrast: #f3efe9;
|
||||
--bal-warning: #8a6418;
|
||||
--bal-warning-contrast: #f3efe9;
|
||||
--bal-info: #1d4a40;
|
||||
--bal-info-contrast: #f3efe9;
|
||||
}
|
||||
|
||||
/* ── Dark scheme ────────────────────────────────────────────────────────── */
|
||||
@@ -68,4 +78,14 @@
|
||||
|
||||
/* Divider */
|
||||
--bal-divider: rgba(243, 239, 233, 0.14);
|
||||
|
||||
/* Feedback — toast / alert backgrounds (lifted for dark surfaces; cream text) */
|
||||
--bal-success: #257659;
|
||||
--bal-success-contrast: #f3efe9;
|
||||
--bal-error: #b5402f;
|
||||
--bal-error-contrast: #f3efe9;
|
||||
--bal-warning: #97701f;
|
||||
--bal-warning-contrast: #f3efe9;
|
||||
--bal-info: #2f6b5e;
|
||||
--bal-info-contrast: #f3efe9;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user