Skip to content

Commit 03ebf64

Browse files
committed
Add search modal background color
1 parent 360af35 commit 03ebf64

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/_static/custom.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ body {
7373
word-wrap: break-word;
7474
}
7575

76+
.modal__container {
77+
background-color: var(--color-background--light)!important;
78+
}
79+
7680
strong {
7781
font-weight: 700;
7882
font-size: 1.05em;
@@ -301,6 +305,10 @@ body.theme-dark {
301305
}
302306

303307
body.theme-dark {
308+
.modal__container {
309+
background-color: var(--color-background--dark)!important;
310+
}
311+
304312
h2, h1 {
305313
border-bottom: 1px solid var(--color-section-border--dark)!important;
306314
}

0 commit comments

Comments
 (0)