We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c09e6 commit 06c3deaCopy full SHA for 06c3dea
frontend/src/App.css
@@ -213,14 +213,13 @@
213
flex: 0.2;
214
flex-wrap: wrap;
215
padding: 15px;
216
- gap: 8px;
217
- background-color: #ffff;
+ background-color: rgb(var(--theme-palette-neutral-bg-weak));
218
scrollbar-width: thin;
219
max-height: 100%;
220
overflow-y: auto;
221
height: 100%;
222
z-index: 1;
223
- box-shadow: -2px 0px 6px #e7e7e7;
+ box-shadow: -2px 0px 6px rgb(var(--theme-palette-neutral-bg-strong));
224
}
225
226
.legend {
0 commit comments