23 lines
389 B
CSS
23 lines
389 B
CSS
:root {
|
|
|
|
--bs-body-bg: #f8fafc;
|
|
--bs-body-color: #111827;
|
|
|
|
--bs-primary: #111827;
|
|
--bs-primary-rgb: 17,24,39;
|
|
|
|
--bs-secondary: #6b7280;
|
|
|
|
--bs-border-color: rgba(17,24,39,.1);
|
|
|
|
--bs-card-bg: #ffffff;
|
|
--bs-card-border-color: rgba(17,24,39,.08);
|
|
|
|
--color-accent: #2563eb;
|
|
|
|
--bs-tertiary-bg: #f1f5f9;
|
|
|
|
--bs-light: #ffffff;
|
|
--bs-dark: #111827;
|
|
}
|