docs: fix the navbar style on darkmode version
This commit is contained in:
parent
40128ea2cc
commit
0f14faf762
@ -33,16 +33,24 @@
|
||||
|
||||
/* Dark mode styles based on Docusaurus dark theme */
|
||||
[data-theme='dark'] .head_Menu div {
|
||||
font-weight: bold;
|
||||
background-color: var(--ifm-background-color);
|
||||
color: var(--ifm-font-color-base);
|
||||
margin-left: 0.7rem;
|
||||
font-size: larger;
|
||||
}
|
||||
|
||||
[data-theme='dark'] .head_Menu li {
|
||||
font-weight: normal;
|
||||
background-color: var(--ifm-background-color);
|
||||
margin-bottom: 5px;
|
||||
color: var(--ifm-font-color-base);
|
||||
}
|
||||
|
||||
[data-theme='dark'] .head_SubMenu div {
|
||||
font-weight: normal;
|
||||
background-color: var(--ifm-background-color);
|
||||
color: var(--ifm-font-color-base);
|
||||
margin-left: 0rem;
|
||||
font-size: medium;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user