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,22 @@
: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;
}