change BG

This commit is contained in:
2018-03-11 23:17:59 +08:00
parent eb13e4daf7
commit e4e8472874
2 changed files with 3 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

View File

@ -1,6 +1,5 @@
body {
background-image: url("static/BG.jpg");
background-attachment: fixed;
background: linear-gradient(-45deg, #35577D, #141E30);
}
#center {
@ -8,7 +7,7 @@ body {
padding: 2%;
border-radius: 2em;
background-color: white;
opacity: 0.8;
opacity: 0.65;
}
#title {
@ -26,4 +25,4 @@ big {
#angry {
font-size: 200%;
vertical-align: top;
}
}