Skip to content

Commit

Permalink
fix search colors problem
Browse files Browse the repository at this point in the history
  • Loading branch information
ungarson authored and RomanSerikov committed Jan 20, 2021
1 parent 42f8114 commit aba811f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/views/docs/Docs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,19 @@ body {
}
}
& > div.theme--dark {
background: var(--v-sidenav-base) !important;
#docs {
background: var(--v-sidenav-base);
.redoc-wrap {
input {
color: white;
}
div[data-role="search:results"] {
li {
background: var(--v-data-darken1);
}
background: var(--v-data-darken1);
}
.menu-content {
background: var(--v-sidebar-base);
label {
Expand Down

0 comments on commit aba811f

Please sign in to comment.