git.99rst.org
/
DailyTxT.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
1e57459
)
fix button-color on ipad
author
PhiTux
<redacted>
Thu, 2 Oct 2025 15:43:37 +0000
(17:43 +0200)
committer
PhiTux
<redacted>
Thu, 2 Oct 2025 15:43:37 +0000
(17:43 +0200)
frontend/src/routes/+layout.svelte
patch
|
blob
|
history
diff --git
a/frontend/src/routes/+layout.svelte
b/frontend/src/routes/+layout.svelte
index 6f44d6b9561003c50d035cc3ca21cfa0670ea841..b139a9f0b3e28ca23e688e895dfefad18e2d0774 100644
(file)
--- a/
frontend/src/routes/+layout.svelte
+++ b/
frontend/src/routes/+layout.svelte
@@
-147,6
+147,14
@@
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