Stylistic and text changes

This commit is contained in:
Moris Zen
2018-08-06 00:12:09 +02:00
parent 1e870a966f
commit 3a4cb6382d
5 changed files with 44 additions and 31 deletions

View File

@@ -35,6 +35,20 @@ body {
);
}
.bg-saburly-fadeout-up {
background: rgb(255, 255, 255);
background: linear-gradient(
180deg,
rgba(237, 233, 245, 0.5) 0%,
rgba(255, 255, 255, 1) 100%
);
}
.bg-saburly-fadeout-up svg {
position: absolute;
top: 0;
}
.bg-saburly svg {
-moz-transform: scaleX(-1);
-o-transform: scaleX(-1);