added bootstar, font awsome, and the project is in a useable state, bit needs some manual setup.
This commit is contained in:
22
ProjectKiln/app/css/light_mode.css
Normal file
22
ProjectKiln/app/css/light_mode.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user