updated nav & projects technologies style

This commit is contained in:
2023-03-19 00:50:45 +01:00
parent a215e80fb2
commit b7721daa00
3 changed files with 17 additions and 1 deletions

View File

@@ -48,8 +48,13 @@ html {
justify-content: center;
gap: 1rem;
z-index: -1;
color: var(--color);
}
a { color: var(--color); }
a:visited { color: var(--color); }
a:hover { color: red; }
@media (min-width: 400px) {
.nav .links {
position: absolute;