Added CSS variable overrides
This commit is contained in:
@ -1,9 +1,13 @@
|
||||
/* VARIABLES */
|
||||
:root {
|
||||
--text-color: white;
|
||||
--fg-color: #1D1F37; /* Dark Bluish Purple */
|
||||
--gray-900: white;
|
||||
--control-bg: #008AFC; /* Light Blue */
|
||||
|
||||
}
|
||||
|
||||
body {background:#01071C!important}
|
||||
body {background:#01071C!important;color:white}
|
||||
section {padding:40px 0px;background:#01071C}
|
||||
section {background:#01071C}
|
||||
.row {margin-bottom:20px;row-gap:20px}
|
||||
|
||||
Reference in New Issue
Block a user