small visual fixes + upgrade to astro v4

This commit is contained in:
Firq 2023-12-20 23:48:28 +01:00
parent c4670958fe
commit 73d0debc1e
Signed by: Firq
GPG key ID: 4DE1059A4666E89F
5 changed files with 5088 additions and 3576 deletions
src/components

View file

@ -42,18 +42,20 @@ const fulllink = `/${slug}`
width: 200px;
}
li > a {
display: inline-flex;
color: white;
text-decoration: none;
justify-content: center;
align-items: center;
align-items: flex-end;
font-size: 1.4em;
height: 100%;
font-weight: bold;
gap: 0.2em;
}
li > a:hover {
color: var(--c-purplepink);
}
.current {
color: var(--c-darkpurple);
color: var(--c-darkpurple) !important;
}
</style>