mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
Modify wiki to adapt the 0.48.x version.
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);
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user