added bootstar, font awsome, and the project is in a useable state, bit needs some manual setup.
This commit is contained in:
23
ProjectKiln/app/css/green_mode.css
Normal file
23
ProjectKiln/app/css/green_mode.css
Normal file
@@ -0,0 +1,23 @@
|
||||
:root {
|
||||
--bs-body-bg: #0f1714;
|
||||
--bs-body-color: #eef8f2;
|
||||
|
||||
--bs-primary: #86efac;
|
||||
--bs-primary-rgb: 134,239,172;
|
||||
|
||||
--bs-secondary: #6b8377;
|
||||
|
||||
--bs-border-color: rgba(220,252,231,.13);
|
||||
|
||||
--bs-card-bg: #17211d;
|
||||
--bs-card-border-color: rgba(220,252,231,.1);
|
||||
|
||||
--color-accent: #4ade80;
|
||||
|
||||
--bs-secondary-color: #aac2b4;
|
||||
--bs-tertiary-bg: #1b2822;
|
||||
--bs-secondary-bg: #25352d;
|
||||
|
||||
--bs-light: #eef8f2;
|
||||
--bs-dark: #0f1714;
|
||||
}
|
||||
Reference in New Issue
Block a user