Adjust background colours

pull/453/head
dgtlmoon 3 years ago
parent a709122874
commit 09204cb43f

@ -80,11 +80,11 @@ section.content {
body:after { body:after {
content: ""; content: "";
background: linear-gradient(130deg, #ff7a18, #af002d 41.07%, #319197 76.05%); } background: linear-gradient(130deg, #5ad8f7, #2f50af 41.07%, #9150bf 84.05%); }
body:after, body:before { body:after, body:before {
display: block; display: block;
height: 600px; height: 650px;
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;

@ -107,12 +107,12 @@ section.content {
body:after { body:after {
content: ""; content: "";
background: linear-gradient(130deg, #ff7a18, #af002d 41.07%, #319197 76.05%) background: linear-gradient(130deg, #5ad8f7, #2f50af 41.07%, #9150bf 84.05%);
} }
body:after, body:before { body:after, body:before {
display: block; display: block;
height: 600px; height: 650px;
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;

Loading…
Cancel
Save