Merge branch 'master' into docs/dark-mode

This commit is contained in:
Shahed Nasser
2022-04-29 13:27:59 +03:00
committed by GitHub
32 changed files with 791 additions and 73 deletions

View File

@@ -292,4 +292,13 @@ details summary {
.box-link,
.box-link:hover {
color: #0a3149;
}
.theme-doc-markdown a:hover {
color: #6e3eff;
text-decoration: none;
}
.DocSearch-Container {
z-index: 1001 !important;
}