feat: minimize flashbanging that occur during development
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful

This commit is contained in:
Twig 2025-07-19 22:44:26 +02:00
parent c93a1829f8
commit 08436fdce0
No known key found for this signature in database

View file

@ -55,7 +55,10 @@ function contextMenuHandler(e: MouseEvent) {
</script>
<style>
html,
html {
background-color: #1f1e1d;
}
body {
font-family: var(--preferred-font), Arial, Helvetica, sans-serif;
box-sizing: border-box;