made small color updates

pull/22/head
Cobular 3 years ago
parent fbec0503c6
commit 7650603bbd
No known key found for this signature in database
GPG Key ID: 8A55E11B548F0594

@ -26,11 +26,12 @@
width: fit-content;
#info-parent {
display: grid;
grid-template-columns: 1fr 1fr;
display: flex;
flex-direction: row;
gap: 5px;
@media screen and (max-width: 660px) {
grid-template-columns: 1fr;
flex-direction: column;
}
}

@ -1,6 +1,6 @@
:root {
--text: white;
--background: #1f2022;
--background: hsl(230, 5%, 13%);
--about-me: #F1F1F1;
--grid-background: var(--background);
--grid-header-background: var(--background);

Loading…
Cancel
Save