basic marquee roller done

This commit is contained in:
Xanazf 2024-10-29 01:42:25 +02:00
parent f5edced908
commit a417b18c94
No known key found for this signature in database
GPG key ID: 4E4A5AD1FB748427
5 changed files with 213 additions and 64 deletions

View file

@ -37,11 +37,6 @@ a {
}
}
[id] {
/*offset for header*/
scroll-margin-top: 4rem;
}
html.dark {
& .header {
background-color: hsl(var(--secondary-900));
@ -60,6 +55,11 @@ html.dark {
all: unset;
}
[id] {
/*offset for header*/
scroll-margin-top: 4rem;
}
body {
overflow: auto;
}