diff options
-rw-r--r-- | style.scss | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -209,7 +209,10 @@ body { .notebox { float: none; display: block; +//Overwrite ikiwiki default width: + width: inherit; max-width: 48em; +// color: gray !important; background: none; margin-left: 0; |