slight color adjustments

This commit is contained in:
2024-07-11 22:21:57 +02:00
parent e4ca6f9ba0
commit ca5de9ae0c
28 changed files with 46 additions and 44 deletions

View File

@@ -13,14 +13,14 @@
.navbar {
font-weight: 700;
color: var(--bcolor1);
color: var(--bcolor2);
background-color: var(--color1);
font-family: "Roboto", sans-serif;
}
.navbar li a {
font-weight: 500;
color: var(--bcolor1);
color: var(--bcolor2);
font-family: "Roboto", sans-serif;
}
@@ -54,7 +54,7 @@
.folders a {
font-weight: 600;
color: var(--bcolor1);
color: var(--bcolor2);
text-decoration: none;
font-family: "Roboto", sans-serif;
}