25 lines
469 B
CSS
25 lines
469 B
CSS
:root {
|
|
|
|
--bs-body-bg: #0f1115;
|
|
--bs-body-color: #f3f4f6;
|
|
|
|
--bs-primary: #d1d5db;
|
|
--bs-primary-rgb: 209,213,219;
|
|
|
|
--bs-secondary: #6b7280;
|
|
|
|
--bs-border-color: rgba(255,255,255,.1);
|
|
|
|
--bs-card-bg: #181b22;
|
|
--bs-card-border-color: rgba(255,255,255,.08);
|
|
|
|
--bs-light: #f3f4f6;
|
|
--bs-dark: #111827;
|
|
|
|
--color-accent: #4ea1ff;
|
|
|
|
|
|
--bs-secondary-color: #aeb7c4;
|
|
--bs-tertiary-bg: #20252d;
|
|
--bs-secondary-bg: #2b3038;
|
|
} |