File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -76,12 +76,20 @@ body {
7676 color: {{ theme_textcolor }};
7777 font-style: normal;
7878 font-family: {{ theme_bodyfont }};
79+ background-color: {{ theme_dark_bgcolor2 }};
7980 text-decoration: none;
8081 text-align: left;
8182 border-style: none;
83+ min-height: 100%;
84+ display: flex;
85+ flex-direction: column;
8286}
8387html {
8488 background-color: {{ theme_bgcolor }};
89+ height: 100vh;
90+ }
91+ html.dark-theme {
92+ background-color: {{ theme_dark_bgcolor }};
8593}
8694html.dark-theme body {
8795 color: {{ theme_dark_textcolor }};
@@ -249,6 +257,7 @@ input[type="submit"]{
249257div.document {
250258 background-color: {{ theme_bgcolor }};
251259 overflow: hidden;
260+ flex-grow: 1
252261}
253262.dark-theme div.document {
254263 background-color: {{ theme_dark_bgcolor }};
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ dark_relbarbgcolor = #141414
2323dark_relbartextcolor = #00ba10
2424dark_relbarlinkcolor = #00ba10
2525dark_bgcolor = #1E1E1E
26+ dark_bgcolor2 = #141414
2627dark_textcolor = #EEEEEE
2728dark_headbgcolor = #f2f2f2
2829dark_headtextcolor = #20435c
You can’t perform that action at this time.
0 commit comments