szabodanika / microbin

A secure, configurable file-sharing and URL shortening web app written in Rust.
https://microbin.eu
BSD 3-Clause "New" or "Revised" License
2.66k stars 167 forks source link

auth form is not readable with dark theme #232

Closed foozzi closed 3 months ago

foozzi commented 11 months ago

microbin: 2.0.4

Снимок экрана 2023-10-14 в 11 35 16
Skaronator commented 3 months ago

Just run into the same issue.

The reason is that the CSS doesn't have any logic for dark mode:

https://github.com/szabodanika/microbin/blob/b8a0c5490d681550d982ad02d67a1aaa0897f503/templates/auth_admin.html#L19

https://github.com/szabodanika/microbin/blob/b8a0c5490d681550d982ad02d67a1aaa0897f503/templates/auth_upload.html#L110

/cc @szabodanika