mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-12-24 07:13:51 +01:00
22 lines
505 B
CSS
22 lines
505 B
CSS
/**
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
:root {
|
|
--docsearch-primary-color: var(--ifm-color-primary);
|
|
--docsearch-text-color: var(--ifm-font-color-base);
|
|
}
|
|
|
|
.DocSearch-Button {
|
|
margin: 0;
|
|
transition: all var(--ifm-transition-fast)
|
|
var(--ifm-transition-timing-default);
|
|
}
|
|
|
|
.DocSearch-Container {
|
|
z-index: calc(var(--ifm-z-index-fixed) + 1);
|
|
}
|