We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcd01a8 commit bca87f0Copy full SHA for bca87f0
2 files changed
demo/demo.svg
src/src/template.css
@@ -55,7 +55,7 @@ main {
55
@media (min-width: 768px) {
56
body {
57
background: #2a97ff;
58
- background: linear-gradient(to bottom, #2a97ff 0%, #00e97e 100%);
+ background: linear-gradient(to bottom, #00e97e 0%, #2a97ff 100%);
59
background-attachment: fixed;
60
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2a97ff", endColorstr="#00e97e", GradientType=0);
61
}
0 commit comments