Initial page

This commit is contained in:
2025-04-13 18:43:13 +02:00
parent f00572fce5
commit 59a06db0ae
10 changed files with 456 additions and 11 deletions

32
overrides.css Normal file
View File

@ -0,0 +1,32 @@
body {
max-width: 60rem;
width: 60rem;
}
header {
display: none;
}
.header-icons {
display: flex;
justify-content: center;
align-items: center;
gap: 20px;
}
.icon {
position: relative;
display: inline-block;
color: inherit;
text-decoration: none;
}
.icon .detail {
display: none;
margin-left: 8px;
font-size: 0.9em;
}
.icon:hover .detail {
display: inline;
}