This commit is contained in:
ManjaroOne666 2019-01-16 13:47:38 +00:00
parent dcf54b2886
commit f80dfb4a33
3 changed files with 2 additions and 5 deletions

View File

@ -7,7 +7,6 @@
## Schedule
* colour scheme
* styling
* page transitions
* images

View File

@ -3,12 +3,10 @@
$bp__m: 40em;
// layout optomised for larger screens
$bp__layout: $bp__m;
$bp__layout: 40em;
$z-index__page: 50;
$z-index__menu: 100;
$site-menu__header-width: 3rem;
$site-menu__header-height: 3rem;
$color__bg-menu: #f00;

View File

@ -22,7 +22,7 @@ export default {
type: String,
required: false,
default: function () {
return 'linear-gradient(to top, orange, green)'
return 'linear-gradient(310deg, #35405d, #6174aa, #a8b3d0, #e2e5ef)'
}
},
img: {