mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-04-05 20:17:53 +08:00
6 lines
350 B
CSS
6 lines
350 B
CSS
![]() |
body {font-size: 12pt !important;}
|
||
|
.m-manual .manual-left,.navbar {display: none;}
|
||
|
.m-manual .manual-right{left: 0;}
|
||
|
pre, code {white-space: pre-wrap !important;word-wrap: break-word !important;}
|
||
|
a:link, a:visited {color: blue !important;text-decoration: underline !important;}
|
||
|
body a:link:after, body a:visited:after {content: " (" attr(href) ") ";}
|