Files
Vineless/pages/picker/filePicker.css
Ingan121 a10eef88bf * Add a separate error viewer popup for long errors
* Block persistentState: required keySystemAccess if persistence is disallowed
* Finish persistent license support
  * Tested on https://biograf-155113.appspot.com/ttt/episode-2/, it's a bit broken so you should put sessionId in IndexedDB manually with the console
2025-08-29 20:22:15 +09:00

7 lines
139 B
CSS

@media (prefers-color-scheme: dark) {
body {
background-color: black;
color: white;
color-scheme: dark;
}
}