css fixes
authorPhiTux <redacted>
Mon, 6 Oct 2025 16:46:12 +0000 (18:46 +0200)
committerPhiTux <redacted>
Mon, 6 Oct 2025 16:46:12 +0000 (18:46 +0200)
frontend/src/routes/(authed)/write/+page.svelte

index 40abbbf4e8f630dbef9edb59ca49029ed38d3b0f..5981a5f1996d70b845af96c780a530c47b8f2e8c 100644 (file)
        function on_key_down(event) {
                if (event.key === 'Alt') {
                        event.preventDefault();
-                       console.log('huhu');
                        altPressed = true;
                }
                if (event.key === 'ArrowRight' && altPressed) {
 </div>
 
 <style>
-       .text-muted.fst-italic {
+       :global(body[data-bs-theme='light']) .text-muted.fst-italic {
+               color: rgba(99, 98, 98, 0.637) !important;
+       }
+
+       :global(body[data-bs-theme='dark']) .text-muted.fst-italic {
                color: rgba(228, 226, 230, 0.4) !important;
        }
 
+       :global(body[data-bs-theme='light'] .loadImageBtn, body[data-bs-theme='light'] .fileBtn) {
+               color: #000000;
+       }
+
        #sidenav {
                padding-left: 1rem;
                padding-right: 1rem;
git clone https://git.99rst.org/PROJECT