Redesigned illustrations and style changes

This commit is contained in:
Moris Zen
2018-08-30 00:19:35 +02:00
parent c652122447
commit 10e200fbd6
20 changed files with 1503 additions and 730 deletions

View File

@@ -12,7 +12,7 @@ body {
}
.bg-saburly-lighter {
background: RGBA(248, 248, 248, 1);
background: rgba(87, 99, 171, 0.05);
}
.bg-saburly-light {
@@ -28,7 +28,7 @@ body {
background: linear-gradient(
180deg,
rgba(255, 255, 255, 1) 0%,
rgba(248, 248, 248, 1) 100%
rgba(87, 99, 171, 0.05)
);
}