Background fixes / update

master
Pentium44 2021-02-10 12:24:58 -08:00
parent 05b824e937
commit 8285447938
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 179 KiB

BIN
ctn/bg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

View File

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