fix colours and add current page highlight on nav

This commit is contained in:
2022-08-06 16:04:03 +03:00
parent efbc2d935d
commit 2c49e8dc41
11 changed files with 45 additions and 44 deletions

View File

@ -104,7 +104,7 @@
border-radius: 10px;
border: none;
padding: 0.5rem;
font-family: "Comfortaa", sans-serif;
font-family: var(--font-primary);
outline: none;
}
@ -120,7 +120,7 @@
}
.button:not(select):hover {
background-color: var(--accent-tertiary);
background-color: var(--accent);
text-decoration: none;
transition: all 0.5s;
color: var(--secondary);