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: #15121f;
--bs-body-color: #f7f2ff;
--bs-primary: #c4b5fd;
--bs-primary-rgb: 196,181,253;
--bs-secondary: #8b80a8;
--bs-border-color: rgba(232,221,255,.14);
--bs-card-bg: #211a31;
--bs-card-border-color: rgba(232,221,255,.12);
--color-accent: #a78bfa;
--bs-secondary-color: #c6badb;
--bs-tertiary-bg: #241d34;
--bs-secondary-bg: #302642;
--bs-light: #f7f2ff;
--bs-dark: #15121f;
}