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

@@ -75,7 +75,7 @@
}
.team-inner {
background-color: #252525;
background-color: var(--secondary);
border-radius: 10px;
padding: 1rem;
width: 30em;
@@ -104,7 +104,7 @@
}
.matrixcolored {
background-color: #fff;
background-color: var(--tertiary);
font-size: 20px;
height: 23px;
}
@@ -138,7 +138,7 @@
}
.web:hover {
background-color: var(--accent-tertiary);
background-color: var(--accent);
color: var(--secondary) !important;
}