Skip to content

Commit bca87f0

Browse files
committed
cooler o'connor
1 parent fcd01a8 commit bca87f0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

demo/demo.svg

Lines changed: 2 additions & 2 deletions
Loading

src/src/template.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ main {
5555
@media (min-width: 768px) {
5656
body {
5757
background: #2a97ff;
58-
background: linear-gradient(to bottom, #2a97ff 0%, #00e97e 100%);
58+
background: linear-gradient(to bottom, #00e97e 0%, #2a97ff 100%);
5959
background-attachment: fixed;
6060
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2a97ff", endColorstr="#00e97e", GradientType=0);
6161
}

0 commit comments

Comments
 (0)