Changed color vars

This commit is contained in:
2023-12-18 01:14:35 +01:00
parent ce896a1126
commit 787f3cf77c
3 changed files with 10 additions and 8 deletions

View File

@@ -6,11 +6,13 @@
body {
font-family: OpenSans Roboto sans-serif;
background-color: var(--blue-space);
background-color: var(--clr1);
color: var(--clr6);
}
a {
text-decoration: none;
color: var(--clr6);
}
.flex {