Skip to content

Commit

Permalink
Update doc theme
Browse files Browse the repository at this point in the history
  • Loading branch information
clsty committed Mar 4, 2024
1 parent 29eb70e commit bf1ddcf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs-web/src/styles/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,16 @@ code {
}

.card {
background-color: var(--sl-color-gray-5) !important;
border-radius: 25px;
}

header {
/* 顶栏下边缘的横线 */
border-bottom: 1px solid var(--sl-color-gray-4) !important;
}

blockquote {
/* 引用块的左缘 */
border-left: 4px solid var(--sl-color-gray-4) !important;
}
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bf1ddcf

Please sign in to comment.