Add mongo forward read. Fix markdown code block. (#2174)

* perf: read from mongo forward node

* fix: code block ui

* perf: markdown code css
This commit is contained in:
Archer
2024-07-29 09:47:30 +08:00
committed by GitHub
parent 0a9a7691b4
commit 23f22cda18
10 changed files with 191 additions and 118 deletions

View File

@@ -336,7 +336,7 @@
}
.markdown pre code,
.markdown pre tt {
background-color: transparent;
background-color: transparent !important;
border: medium none;
}
.markdown hr {
@@ -360,13 +360,12 @@
margin: 0;
border: none;
border-radius: 0;
background-color: #292b33 !important;
background-color: var(--chakra-colors-gray-900) !important;
overflow-x: auto;
color: #fff;
}
pre code {
background-color: #292b33 !important;
width: 100%;
}