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 {
76
76
color: {{ theme_textcolor }};
77
77
font-style: normal;
78
78
font-family: {{ theme_bodyfont }};
79
+ background-color: {{ theme_dark_bgcolor2 }};
79
80
text-decoration: none;
80
81
text-align: left;
81
82
border-style: none;
83
+ min-height: 100%;
84
+ display: flex;
85
+ flex-direction: column;
82
86
}
83
87
html {
84
88
background-color: {{ theme_bgcolor }};
89
+ height: 100vh;
90
+ }
91
+ html.dark-theme {
92
+ background-color: {{ theme_dark_bgcolor }};
85
93
}
86
94
html.dark-theme body {
87
95
color: {{ theme_dark_textcolor }};
@@ -249,6 +257,7 @@ input[type="submit"]{
249
257
div.document {
250
258
background-color: {{ theme_bgcolor }};
251
259
overflow: hidden;
260
+ flex-grow: 1
252
261
}
253
262
.dark-theme div.document {
254
263
background-color: {{ theme_dark_bgcolor }};
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ dark_relbarbgcolor = #141414
23
23
dark_relbartextcolor = #00ba10
24
24
dark_relbarlinkcolor = #00ba10
25
25
dark_bgcolor = #1E1E1E
26
+ dark_bgcolor2 = #141414
26
27
dark_textcolor = #EEEEEE
27
28
dark_headbgcolor = #f2f2f2
28
29
dark_headtextcolor = #20435c
You can’t perform that action at this time.
0 commit comments