fix shadow on dark theme

This commit is contained in:
Franek 2024-08-12 10:23:07 +02:00
parent 9535ce754d
commit c3329701e7
No known key found for this signature in database
GPG Key ID: 0329F871B2079351

View File

@ -17,7 +17,7 @@ body.dark .tags > * {
}
body.dark #shadow {
box-shadow: 0 0 30em 10em rgb(161, 148, 147);
box-shadow: 0 0 100vw 5em rgb(161, 148, 147);
}
body.dark a {