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