added bootstar, font awsome, and the project is in a useable state, bit needs some manual setup.

This commit is contained in:
2026-06-13 23:11:54 +02:00
parent 4cf12c378e
commit 9045841645
5886 changed files with 538083 additions and 99 deletions

View File

@@ -0,0 +1,23 @@
: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;
}