|
|
@ -15,6 +15,7 @@
|
|
|
|
--ifm-color-primary-lighter: rgb(102, 212, 189);
|
|
|
|
--ifm-color-primary-lighter: rgb(102, 212, 189);
|
|
|
|
--ifm-color-primary-lightest: rgb(146, 224, 208);
|
|
|
|
--ifm-color-primary-lightest: rgb(146, 224, 208);
|
|
|
|
--ifm-code-font-size: 95%;
|
|
|
|
--ifm-code-font-size: 95%;
|
|
|
|
|
|
|
|
--search-local-modal-background:#1b2440;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.navbar{
|
|
|
|
.navbar{
|
|
|
|
background-color: rgba(27, 36, 64, 1);
|
|
|
|
background-color: rgba(27, 36, 64, 1);
|
|
|
@ -43,6 +44,9 @@ html[data-theme=light] .menu{
|
|
|
|
html[data-theme='dark'] .docusaurus-highlight-code-line {
|
|
|
|
html[data-theme='dark'] .docusaurus-highlight-code-line {
|
|
|
|
background-color: rgba(0, 0, 0, 0.3);
|
|
|
|
background-color: rgba(0, 0, 0, 0.3);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar__search span[role='listbox']{
|
|
|
|
|
|
|
|
background-color: #33416b;
|
|
|
|
|
|
|
|
}
|
|
|
|
.footer{
|
|
|
|
.footer{
|
|
|
|
height: 473px;
|
|
|
|
height: 473px;
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
@ -52,7 +56,6 @@ html[data-theme='dark'] .docusaurus-highlight-code-line {
|
|
|
|
height: 100%;
|
|
|
|
height: 100%;
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: space-around;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.footer__bottom .margin-bottom--sm{
|
|
|
|
.footer__bottom .margin-bottom--sm{
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|