add: search bar

Add new header and search bar
This commit is contained in:
Fiona Lena Urban 2025-05-10 18:07:18 +02:00
parent 0aa495e05b
commit 4b07ebb2ec
18 changed files with 206 additions and 71 deletions

View file

@ -3,20 +3,20 @@
align-items: center;
justify-content: space-between;
padding: var(--padding-default);
background-color: rgba(255 255 255 / .8);
backdrop-filter: blur(10px);
box-shadow: var(--box-shadow-z2);
color: var(--color-darkest);
background: var(--color-main-darkest);
position: sticky;
top: 0;
z-index: 100;
font-family: 'Roboto', sans-serif;
font-weight: bold;
& strong {
font-size: 2em;
& a {
text-decoration: none;
color: var(--color-lightest);
}
& span {
color: var(--color-main-dark);
}
& .header-text {
font-size: 1.5em;
}
& input[type="checkbox"] {