From 6af9002d9c3b2bbbb120054fc78cfe475cd074fb Mon Sep 17 00:00:00 2001 From: Medya Gh Date: Wed, 8 Apr 2020 14:45:17 -0700 Subject: [PATCH] change bg color --- site/assets/scss/_variables_project.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/site/assets/scss/_variables_project.scss b/site/assets/scss/_variables_project.scss index 5d5d9059c4..857958fb5d 100644 --- a/site/assets/scss/_variables_project.scss +++ b/site/assets/scss/_variables_project.scss @@ -166,5 +166,6 @@ div.td-content { // make search bar wider https://www.docsy.dev/docs/adding-content/navigation/#configure-local-search-with-lunr .popover.offline-search-result { + background-color: $mk-dark !important; max-width: 460px; } \ No newline at end of file