From 89b05effb2eb45382762fcfcfae2373b7754caa7 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Mon, 12 Nov 2018 11:11:58 +0100 Subject: url-cleaning-redirect-correct-id --- assets/css/home.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'assets/css/home.css') diff --git a/assets/css/home.css b/assets/css/home.css index 582042a..2fc3773 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -9,10 +9,15 @@ div#main { body { margin: 0; height: 100%; - background-color: #b1b1b1; + background-color: lightgrey; + font-family: monospace; + font-size: 15px; } .menu { position: fixed; right: 0; } + + + -- cgit v1.2.3