diff --git a/settings.html b/settings.html
index 9adf456..a461645 100644
--- a/settings.html
+++ b/settings.html
@@ -26,7 +26,6 @@
width: 100%; height: 100%;
overflow-x: hidden;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
- color: var(--accent);
display: flex;
justify-content: center;
align-items: center;
@@ -42,6 +41,7 @@
position: relative;
z-index: 10;
width: 420px;
+ color: var(--accent);
background: rgba(255,255,255,0.93);
border-radius: 5px;
box-shadow: 0 10px 30px rgba(0,0,0,0.1);