Skip to content

Commit f0000fa

Browse files
committed
fix: Make body colour make footer for pages that aren't very tall
1 parent 49f4eb8 commit f0000fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

assets/styles/styles.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
body {
22
font-family: "Lato", sans-serif;
33
font-weight: 200;
4+
background: #111;
5+
color: #fff;
46
}
57

68
* {

0 commit comments

Comments
 (0)