ux(): tweaks to light theme

This commit is contained in:
Torkel Ödegaard
2016-02-21 00:31:35 +01:00
parent 808ac2cefc
commit 9c47fdeb2f
4 changed files with 7 additions and 7 deletions

View File

@@ -24,7 +24,7 @@
max-width: 1060px;
min-height: calc(100% - 54px);
padding-bottom: $spacer * 5;
background-image: linear-gradient(60deg, rgba(0, 0, 0, 0) 0%, lighten($page-bg, 4%) 98%);
background-image: linear-gradient(60deg, transparent 70%, darken($page-bg, 4%) 98%)
}
.page-header {