24 lines
456 B
CSS
24 lines
456 B
CSS
:root {
|
|
--bs-body-bg: #f5f1e8;
|
|
--bs-body-color: #27231d;
|
|
|
|
--bs-primary: #3f3a30;
|
|
--bs-primary-rgb: 63,58,48;
|
|
|
|
--bs-secondary: #7a7061;
|
|
|
|
--bs-border-color: rgba(63,58,48,.16);
|
|
|
|
--bs-card-bg: #fffaf0;
|
|
--bs-card-border-color: rgba(63,58,48,.12);
|
|
|
|
--color-accent: #227c7a;
|
|
|
|
--bs-secondary-color: #756b5d;
|
|
--bs-tertiary-bg: #ebe3d4;
|
|
--bs-secondary-bg: #ded4c1;
|
|
|
|
--bs-light: #fffaf0;
|
|
--bs-dark: #27231d;
|
|
}
|