Skip to content

Commit 13dd763

Browse files
committed
use variable for background color in dark mode
1 parent aaa8370 commit 13dd763

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

djangoql/static/djangoql/css/completion.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
border: solid 1px #ccc;
55
border-radius: 4px;
66
background: white;
7+
background: var(--body-bg, white);
78
min-width: 183px;
89
font-size: 13px;
910
}

0 commit comments

Comments
 (0)