Changing saburly images first draft, stylistic changes

This commit is contained in:
Moris Zen
2018-08-30 14:18:59 +02:00
parent d7ac0b5a96
commit a8a0568ced
11 changed files with 12 additions and 13 deletions

View File

@@ -46,8 +46,8 @@ body {
background: rgb(255, 255, 255);
background: linear-gradient(
180deg,
RGBA(116, 68, 207, 1) 0%,
RGBA(87, 99, 171, 1) 100%
RGBA(87, 99, 171, 1) 0%,
RGBA(78, 89, 154, 1) 100%
);
}
@@ -152,3 +152,7 @@ a li,
a {
transition: all 0.25s ease;
}
.pointer {
cursor: pointer;
}