Update colors

This commit is contained in:
LordMathis 2018-06-14 14:51:21 +02:00
parent e93b002920
commit 1c4653a42a
3 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
@import "../static/stylesheets/variables.scss"; @import "../static/stylesheets/variables.scss";
#coverPage { #coverPage {
background: linear-gradient(140deg,rgba(68, 68, 68, 0.6) 20%, rgba(0, 0, 0, 0.9)), url(../static/images/background-cover-bw.jpg) no-repeat center center fixed; background: linear-gradient(140deg,rgba(10, 108, 245, 0.6) 20%, rgba(0, 0, 0, 0.9)), url(../static/images/background-cover-converted.jpg) no-repeat center center fixed;
-webkit-background-size: cover; -webkit-background-size: cover;
-moz-background-size: cover; -moz-background-size: cover;
background-size: cover; background-size: cover;

Binary file not shown.

After

Width:  |  Height:  |  Size: 289 KiB

View File

@ -2,6 +2,6 @@ $font-header: 'Concert One', cursive;
$font-paragraph: 'Open Sans', sans-serif; $font-paragraph: 'Open Sans', sans-serif;
$white: #fdfdfd; $white: #fdfdfd;
$black: #2f2f2f; $black: #2f2f2f;
$blue: #428bca; $blue: #0a6cf5;
$break-medium: 768px; $break-medium: 768px;
$break-large: 1200px; $break-large: 1200px;