Skip to content

Commit decdb29

Browse files
committed
Make the search box match dark mode theme
1 parent d6d54ee commit decdb29

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

root/static/css/dark-mode.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,3 +141,10 @@ pre, code {
141141
border-top-color: var(--border-color);
142142
color: var(--text-color);
143143
}
144+
145+
/* Search box overrides */
146+
[data-theme="dark"] #search input {
147+
background-color: var(--code-bg);
148+
color: var(--text-color);
149+
border-color: var(--border-color);
150+
}

0 commit comments

Comments
 (0)