CSS tweaks

master
Pentium44 2021-02-10 12:35:45 -08:00
parent 8285447938
commit 125522d4c0
2 changed files with 7 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 MiB

After

Width:  |  Height:  |  Size: 2.1 MiB

View File

@ -7,11 +7,13 @@ 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: #000000;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background: url('bg.png') no-repeat center center fixed;
-webkit-background-size: auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
background-repeat: no-repeat;
background-position: center top;
background-image: url('bg.png');
color: #e3e3e3;
margin: 0 auto;
font-size: 14px;