first commit

This commit is contained in:
2024-09-30 19:36:00 +02:00
commit ae59cb7ed9
35 changed files with 9562 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
@import url('/styles/common.css');
header {
position: fixed;
top: 0;
left: 0;
right: 0;
height: min-content;
border-bottom: 1px solid var(--dark);
padding: .7em;
backdrop-filter: blur(10px);
}
@media (any-hover: hover) {
header:hover {
padding: 1em;
}
}
header a:link,
header a:visited
{
color: var(--primary);
}