diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-11-12 11:11:58 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-11-12 11:11:58 +0100 |
commit | 89b05effb2eb45382762fcfcfae2373b7754caa7 (patch) | |
tree | de7a5298f1ef7a095c4b99e684c80b9152c686b1 /assets/css/home.css | |
parent | a64af357ff41a61f5248e2052274315b390e979c (diff) | |
download | wcms-89b05effb2eb45382762fcfcfae2373b7754caa7.tar.gz wcms-89b05effb2eb45382762fcfcfae2373b7754caa7.zip |
url-cleaning-redirect-correct-id
Diffstat (limited to 'assets/css/home.css')
-rw-r--r-- | assets/css/home.css | 7 |
1 files changed, 6 insertions, 1 deletions
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; } + + + |