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 {
|
:root {
|
||||||
/* BASE COLORS */
|
/* BASE COLORS */
|
||||||
--primary: #140c08;
|
--primary: #0c1119;
|
||||||
--secondary: #d66365;
|
--secondary: #c3639e;
|
||||||
--highlight: #5c934c;
|
--highlight: #4d7555;
|
||||||
--white: #efebe3;
|
--white: #efded5;
|
||||||
--grey: #abb7b7;
|
--grey: #abb7b7;
|
||||||
--black: #32302f;
|
--black: #32302f;
|
||||||
--error: #b62520;
|
--error: #b62520;
|
||||||
--silence: #bd8d61;
|
--silence: #d2896b;
|
||||||
--suspend: #bd6190;
|
--suspend: #d94959;
|
||||||
--primary-rgb: 20 13 13;
|
--primary-rgb: 20 13 13;
|
||||||
}
|
}
|
||||||
|
@ -198,7 +198,7 @@ footer > div:nth-child(1) {
|
|||||||
grid-template-columns: 50% 50%;
|
grid-template-columns: 50% 50%;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
height: 200px;
|
height: auto;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
max-width: 1000px;
|
max-width: 1000px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user