Skip to content

Commit 006d9be

Browse files
committed
Explicitly set bg color
1 parent 83f26d2 commit 006d9be

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

app/src/main/assets/about.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
ul.news li {
2-
margin-bottom: 0.6em;
1+
body {
2+
background: #fffdff;
33
}
44

55
a {
66
color: #e93d2f; /* envelope_light */
77
text-decoration: none;
88
}
9+
10+
ul.news li {
11+
margin-bottom: 0.6em;
12+
}

0 commit comments

Comments
 (0)