Skip to content

Commit 6a50de9

Browse files
committed
Make site background (almost) black, so end-of-scroll doesn't look awful
1 parent 37d0724 commit 6a50de9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/zone/nox/components/Layout.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ public record Style(Classes layout, Classes page, Classes header, Classes conten
2929

3030
@StyledWith
3131
public static final Style STYLE = Css.parse(Style.class, """
32+
html {
33+
background-color: #111;
34+
}
35+
3236
body {
3337
margin: 0;
3438
min-width: 320px;

0 commit comments

Comments
 (0)