We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f262bba commit 4dfc79cCopy full SHA for 4dfc79c
1 file changed
public/components/views/warnings/warnings.js
@@ -117,14 +117,11 @@ export class WarningsView extends LitElement {
117
display: block;
118
height: 100%;
119
overflow-y: auto;
120
- background: var(--bg, #f8f7ff);
121
font-family: Roboto, sans-serif;
122
color: #1a1a2e;
123
}
124
125
:host-context(body.dark) {
126
- --bg: var(--dark-theme-gray);
127
-
128
color: rgb(255 255 255 / 87%);
129
130
0 commit comments