CSS tweaks
This commit is contained in:
parent
8285447938
commit
125522d4c0
BIN
ctn/bg.png
BIN
ctn/bg.png
Binary file not shown.
Before Width: | Height: | Size: 1.9 MiB After Width: | Height: | Size: 2.1 MiB |
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user