24 lines
464 B
CSS
24 lines
464 B
CSS
:root {
|
|
--bs-body-bg: #0f1714;
|
|
--bs-body-color: #eef8f2;
|
|
|
|
--bs-primary: #86efac;
|
|
--bs-primary-rgb: 134,239,172;
|
|
|
|
--bs-secondary: #6b8377;
|
|
|
|
--bs-border-color: rgba(220,252,231,.13);
|
|
|
|
--bs-card-bg: #17211d;
|
|
--bs-card-border-color: rgba(220,252,231,.1);
|
|
|
|
--color-accent: #4ade80;
|
|
|
|
--bs-secondary-color: #aac2b4;
|
|
--bs-tertiary-bg: #1b2822;
|
|
--bs-secondary-bg: #25352d;
|
|
|
|
--bs-light: #eef8f2;
|
|
--bs-dark: #0f1714;
|
|
}
|