1
0

Toggle color property between dialog and body in settings.html

This commit is contained in:
2025-05-25 01:16:02 +02:00
parent 3a89708a96
commit 2e32537324

View File

@@ -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);