CSS cleanups
This commit is contained in:
parent
5d3e9206d8
commit
857fc32730
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user