This commit is contained in:
2023-03-15 13:56:22 +08:00
parent 7e7b6b158c
commit 1e4c0751b9
9 changed files with 35528 additions and 6559 deletions

View File

@@ -16,7 +16,20 @@
--ifm-color-primary-lightest: rgb(146, 224, 208);
--ifm-code-font-size: 95%;
}
.navbar{
background-color: rgba(27, 36, 64, 1);
}
.navbar__link--active,a:hover,.menu__link--active{
color: rgba(70, 106, 255, 1)!important;
}
.navbar__link{
color: #fff;
}
.menu{
background-image:linear-gradient(180deg,#f3f5f8 0%,#ffffff 100%);
box-shadow:8px 6px 18px rgba(171, 202, 255, 0.24) inset;
margin-bottom: 0px!important;
}
.docusaurus-highlight-code-line {
background-color: rgba(0, 0, 0, 0.1);
display: block;