Color Tweaks

Giving the UI a fresh coat of paint for the new design upgrade.
This commit is contained in:
ro 2024-02-12 20:00:57 -06:00
parent e426eb2735
commit 847ec4a391
2 changed files with 7 additions and 7 deletions

View file

@ -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;
}

View file

@ -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;