Style fixes

This commit is contained in:
2026-01-03 23:26:56 +00:00
parent 83cc49e7ec
commit 98955a1ce7
5 changed files with 21 additions and 15 deletions

View File

@@ -13,7 +13,7 @@
.dark .menu button,
.dark .story-text button {
background-color: #444444;
background-color: #222222;
border-color: #bbb;
color: #ddd;
}
@@ -78,19 +78,19 @@
}
.dark .update-banner button {
background-color: #444444;
background-color: #222222;
border-color: #bbb;
color: #ddd;
}
.dark .modal-content {
background: #333;
background: #222;
border-color: #828282;
color: #ddd;
}
.dark .modal-content button {
background-color: #444444;
background-color: #222222;
border-color: #bbb;
}