CSS cleanups

This commit is contained in:
Pentium44 2021-02-03 16:35:29 -08:00
parent 5d3e9206d8
commit 857fc32730

View File

@ -7,10 +7,11 @@ MTSM Stylesheet - (C) Chris Dorman, 2021 CC-BY-SA 3.0
@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Ubuntu&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto&family=Ubuntu&display=swap');
html, body { html, body {
background-color: #cccccc; background-color: #cccccc;
background-repeat: no-repeat; -webkit-background-size: cover;
background-attachment: fixed; -moz-background-size: cover;
background-position: center; -o-background-size: cover;
background-image: url('bg.jpg'); background-size: cover;
background: url('bg.jpg') no-repeat center center fixed;
color: #e3e3e3; color: #e3e3e3;
margin: 0 auto; margin: 0 auto;
font-size: 14px; font-size: 14px;