mirror of
https://github.com/halo-dev/docs.git
synced 2026-01-27 01:20:11 +08:00
docs: refactor documentations of user guide (#225)
重构用户指南的部分内容。 /kind documentation ```release-note None ```
This commit is contained in:
@@ -27,6 +27,12 @@
|
||||
padding: 0 var(--ifm-pre-padding);
|
||||
}
|
||||
|
||||
html[data-theme='dark'] .docusaurus-highlight-code-line {
|
||||
html[data-theme="dark"] .docusaurus-highlight-code-line {
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
p > img {
|
||||
border-radius: 0.4rem;
|
||||
box-shadow: 2px 2px 0.4rem 2px rgba(0, 0, 0, 0.3);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user