File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1- <!-- S3 Bucket Explorer Version: 3.0.6 -->
1+ <!-- S3 Bucket Explorer Version: 3.0.7 -->
22
33<!DOCTYPE html>
44< html lang ="en " style ="overflow-y: auto; ">
@@ -469,8 +469,8 @@ <h2 class="subtitle" v-html="config.subtitleHTML"></h2>
469469 }
470470
471471 .markdown-body {
472- min-height : 100vh ;
473472 padding : 4.5rem max (calc (100% - max (1012px , min (1012px , 100% ))) / 2 , 2.5rem );
473+ min-height : calc (100vh - (2 * 4.5rem ));
474474 }
475475 </ style >
476476
@@ -479,6 +479,11 @@ <h2 class="subtitle" v-html="config.subtitleHTML"></h2>
479479 <!-- GitHub markdown styles (light) -->
480480 < link rel ="stylesheet "
481481 href ="https://cdn.jsdelivr.net/npm/github-markdown-css@5/github-markdown-light.min.css "/>
482+ < style >
483+ .markdown-body {
484+ background : whitesmoke;
485+ }
486+ </ style >
482487
483488 <!-- Highlightjs Github theme (light) -->
484489 < link rel ="stylesheet "
You can’t perform that action at this time.
0 commit comments