Modify wiki to adapt the 0.48.x version.

chncho 2021-11-13 13:48:12 +08:00
parent e3744bcee8
commit 9576274164

@ -18,7 +18,7 @@ You can see an example of what you can put there below:
src: url('/custom/fonts/raleway.woff2') format('woff2'); src: url('/custom/fonts/raleway.woff2') format('woff2');
} }
body.theme-my-theme { :root {
--main-font-family: 'Raleway' !important; --main-font-family: 'Raleway' !important;
--main-font-size: normal; --main-font-size: normal;
--tree-font-family: inherit; --tree-font-family: inherit;
@ -57,11 +57,11 @@ body.theme-my-theme {
--scrollbar-border-color: rgba(175, 184, 198, 0.5); --scrollbar-border-color: rgba(175, 184, 198, 0.5);
} }
body.theme-my-theme .note-detail-text { body .note-detail-text {
font-size: 120%; font-size: 120%;
} }
body.theme-steel-blue .CodeMirror { body .CodeMirror {
filter: invert(100%) hue-rotate(180deg); filter: invert(100%) hue-rotate(180deg);
} }
``` ```