home » zplus/freepost.git
Author zPlus <--> 2016-09-06 06:27:30
Committer zPlus <--> 2016-09-06 06:27:30
Commit 65245bc (patch)
Tree 4506ff3
Parent(s)

Change page background color to white


commits diff: 8f6c774..65245bc
1 file changed, 1 insertion, 1 deletiondownload


Diffstat
-rw-r--r-- css/freepost.css 2

Diff options
View
Side
Whitespace
Context lines
Inter-hunk lines
+1/-1 M   css/freepost.css
index 7be4d28..c7052eb
old size: 10K - new size: 10K
@@ -15,7 +15,7 @@ img
15 15
16 16 html, body
17 17 {
18 - background-color: #f5f8fa;
18 + background-color: #fff; /* #f5f8fa; */
19 19 color: #000;
20 20 font-family: Verdana;
21 21 font-size: 1em;