New logo, 404 page, and many fixes #9

Merged
hugo merged 7 commits from hugo/website2:logo into v3.0 2023-08-06 14:31:24 +00:00
1 changed files with 6 additions and 2 deletions
Showing only changes of commit dfb0078cc9 - Show all commits

View File

@ -129,8 +129,12 @@ a:focus {
gap: 2rem;
}
.links > a:hover{
background-color: var(--bg);
.links > a {
border-radius: 100%;
}
.links > a > img {
display: block;
}
#sections-button {