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