Skip to content

Commit 15b4edc

Browse files
committed
Welp, if this does not work, imma revert the dark mode attempt
1 parent 28df378 commit 15b4edc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

ldoc-dark.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,30 @@
11
@media (prefers-color-scheme: dark) {
22
html {
33
background-color: #1e1e1e !important;
4+
min-height: 100%;
45
}
56

67
body {
78
background-color: #1e1e1e !important;
89
color: #d4d4d4 !important;
10+
min-height: 100vh;
911
}
1012

1113
#container {
1214
background-color: #1e1e1e !important;
15+
min-height: 100vh;
1316
}
1417

1518
#content {
1619
background-color: #252526 !important;
1720
color: #d4d4d4 !important;
21+
min-height: 100vh;
1822
}
1923

2024
#main {
2125
background-color: #252526 !important;
2226
color: #d4d4d4 !important;
27+
min-height: 100vh;
2328
}
2429

2530
div, section, article {

0 commit comments

Comments
 (0)