mirror of
https://koodu.h-i.works/projects/thebadspace
synced 2025-05-06 14:41:02 -05:00
Color Tweaks
Giving the UI a fresh coat of paint for the new design upgrade.
This commit is contained in:
parent
6a39e06f1e
commit
0510dfdea2
@ -1,13 +1,13 @@
|
||||
:root {
|
||||
/* BASE COLORS */
|
||||
--primary: #140c08;
|
||||
--secondary: #d66365;
|
||||
--highlight: #5c934c;
|
||||
--white: #efebe3;
|
||||
--primary: #0c1119;
|
||||
--secondary: #c3639e;
|
||||
--highlight: #4d7555;
|
||||
--white: #efded5;
|
||||
--grey: #abb7b7;
|
||||
--black: #32302f;
|
||||
--error: #b62520;
|
||||
--silence: #bd8d61;
|
||||
--suspend: #bd6190;
|
||||
--silence: #d2896b;
|
||||
--suspend: #d94959;
|
||||
--primary-rgb: 20 13 13;
|
||||
}
|
||||
|
@ -198,7 +198,7 @@ footer > div:nth-child(1) {
|
||||
grid-template-columns: 50% 50%;
|
||||
padding: 10px;
|
||||
gap: 10px;
|
||||
height: 200px;
|
||||
height: auto;
|
||||
width: 80%;
|
||||
margin: 0 auto;
|
||||
max-width: 1000px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user