Color Tweaks
Giving the UI a fresh coat of paint for the new design upgrade.
This commit is contained in:
parent
e426eb2735
commit
847ec4a391
2 changed files with 7 additions and 7 deletions
|
@ -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…
Reference in a new issue