fix button-color on ipad
authorPhiTux <redacted>
Thu, 2 Oct 2025 15:43:37 +0000 (17:43 +0200)
committerPhiTux <redacted>
Thu, 2 Oct 2025 15:43:37 +0000 (17:43 +0200)
frontend/src/routes/+layout.svelte

index 6f44d6b9561003c50d035cc3ca21cfa0670ea841..b139a9f0b3e28ca23e688e895dfefad18e2d0774 100644 (file)
                z-index: 9999;
        }
 
+       :global(body[data-bs-theme='light'] button) {
+               color: black;
+       }
+
+       :global(body[data-bs-theme='dark'] button) {
+               color: #fbfbfe;
+       }
+
        main {
                height: 100vh;
        }
git clone https://git.99rst.org/PROJECT