dark mode almost complete

This commit is contained in:
jonathanlei
2022-11-28 21:36:45 -08:00
parent 940947a4ed
commit 3d6d98c2cc
5 changed files with 63 additions and 5 deletions

View File

@@ -35,9 +35,11 @@
// Algolia Search results --------------------------------------------------
.DocSearch-Modal {
top: 85px;
background-color: #232325;
}
.DocSearch-Form {
box-shadow: inset 0 0 0 2px $blue-purple-400;
background-color: #232325;
}
.DocSearch-Hit-source {
color: $blue-purple-400;
@@ -45,9 +47,37 @@
.DocSearch-Hits mark {
color: $blue-purple-400;
}
.DocSearch-Hit[aria-selected="true"] a {
background-color: $blue-purple-400;
.DocSearch-Hit-source, .DocSearch-Hit-Container, .DocSearch-Footer {
background-color: #232325;
}
.DocSearch-Hit a{
background-color: #232325;
}
.DocSearch-Hit-source{
color: $black-40;
}
.DocSearch-Input{
color: $white;
}
.DocSearch-Hit-title{
color: $black-10 !important
}
.DocSearch-Hit-path{
color: $black-40 !important
}
.DocSearch-Hit[aria-selected="true"] a {
background-color: $gray-700;
.DocSearch-Hit-Container{
background-color: $gray-700;
}
background: $gray-700 !important;
mark{
color: $blue-purple-500 !important;
}
}
#centersearchboxcontainer {
justify-content: center;
}