mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
Better website spacing
This commit is contained in:
@@ -39,7 +39,7 @@ html[data-theme="dark"] .docusaurus-highlight-code-line {
|
||||
--ifm-color-primary-lightest: rgb(146, 224, 208);
|
||||
--ifm-code-font-size: 95%;
|
||||
--ifm-button-color: white;
|
||||
--ifm-container-width-xl: 85%;
|
||||
--ifm-container-width-xl: 100%;
|
||||
}
|
||||
|
||||
.docusaurus-highlight-code-line {
|
||||
@@ -53,6 +53,10 @@ html[data-theme="dark"] .docusaurus-highlight-code-line {
|
||||
counter-reset: line-number;
|
||||
}
|
||||
|
||||
.container {
|
||||
padding-left: 2%;
|
||||
}
|
||||
|
||||
.prism-code.language-js .token-line::before,
|
||||
.prism-code.language-ts .token-line::before,
|
||||
.prism-code.language-go .token-line::before {
|
||||
|
||||
Reference in New Issue
Block a user