css fixes
authorPhiTux <redacted>
Mon, 6 Oct 2025 17:09:38 +0000 (19:09 +0200)
committerPhiTux <redacted>
Mon, 6 Oct 2025 17:09:38 +0000 (19:09 +0200)
frontend/src/routes/(authed)/read/+page.svelte

index 52222cc0e70cad33ce06635a3eba382f5563188f..11445afa85ca1b31cca1221eaa5e72ef729f3d2b 100644 (file)
 </div>
 
 <style>
+       :global(body[data-bs-theme='light'] .loadImageBtn, body[data-bs-theme='light'] .fileBtn) {
+               color: #000000;
+       }
+
        #no-entries {
                font-size: 1.5rem;
                font-weight: 600;
        }
 
        .middle {
+               width: 100%;
                overflow-x: auto;
        }
 
git clone https://git.99rst.org/PROJECT