diff options
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; } + + + |