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');
html, body {
background-color: #cccccc;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-image: url('bg.jpg');
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background: url('bg.jpg') no-repeat center center fixed;
color: #e3e3e3;
margin: 0 auto;
font-size: 14px;