grgr.me

latest commits to https://grgr.me/
Log | Files | Refs

commit 8b3728f23e71b9d656526a0d0d390265025b382c
parent 1994fdcba53eb227303f2e171e5d9bddc52492a2
Author: corndog <cauchyn@firemail.cc>
Date:   Thu, 18 Oct 2018 19:40:42 -0700

Use light gray background for softer contrast.

Diffstat:
in/static/style.css | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/in/static/style.css b/in/static/style.css @@ -1,6 +1,7 @@ /* Implying I do front-end */ body { + background-color: #f6f6f6; font-family: "Charter", sans-serif; font-size: 19px; margin: 5% auto;