Toggle color property between dialog and body in settings.html
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user