mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 19:25:51 +00:00
dark mode almost complete
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user