DiaryPageSelector styling

This commit is contained in:
2022-10-18 14:05:45 +02:00
parent 92cbf9c9a5
commit bdf7dfdc3c
4 changed files with 125 additions and 10 deletions

View File

@@ -15,6 +15,7 @@
border: 1px solid var(--blog_content-border);
background: var(--blog_content-background);
backdrop-filter: blur(var(--blog_content-blur));
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
main {
@@ -30,7 +31,6 @@
}
footer {
margin: 5px auto 0;
padding: 20px;
border-bottom-left-radius: 1em;