Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Commit

Permalink
Trialing some blue
Browse files Browse the repository at this point in the history
  • Loading branch information
kolber committed May 25, 2016
1 parent e41ed79 commit 586ae93
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 13 deletions.
14 changes: 9 additions & 5 deletions _sass/_layout.scss
@@ -1,6 +1,7 @@
.header {
background: transparent url('../images/CSS-BG.png') 0 82% repeat-x;
background-position-x: 25%;
// background: $primary url('../images/VS-BG.png') 0 82% repeat-x;
// background-blend-mode: screen;
// background-position-x: 25%;
background-size: calc(1480px * 0.7) calc(980px * 0.7);
box-sizing: border-box;
font-family: 'Maison Neue Mono', sans-serif;
Expand Down Expand Up @@ -46,8 +47,9 @@
background-color: rgba(255, 255, 255, 0);
color: #fff;
padding: 1.5rem 0;
transition: color 650ms ease-in-out,
background-color 650ms ease-in-out;
transition: color ease-in-out,
background-color ease-in-out;
transition-duration: 0ms;
width: 100%;
.header--fixed & {
}
Expand All @@ -56,6 +58,7 @@
&--fixed .header-inner {
background-color: rgba(255, 255, 255, 1);
color: $primary;
transition-duration: 650ms;
}
}

Expand All @@ -64,7 +67,8 @@


.bg {
background: url('../images/CSS-BG.png') 0 0 repeat-x;
background: $primary url('../images/VS-BG.png') 0 0 repeat-x;
background-blend-mode: screen;
background-size: calc(1480px * 0.7) calc(980px * 0.7);
height: calc(980px * 0.7);
image-rendering: pixelated;
Expand Down
2 changes: 1 addition & 1 deletion assets/css/2016.scss
Expand Up @@ -4,7 +4,7 @@
@charset "utf-8";

// Variables
$primary: #FC4D1E;
$primary: blue;

$break-mobile: 42.25rem;
$break-form: 48.75rem;
Expand Down
14 changes: 7 additions & 7 deletions assets/images/sponsor-envato.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 586ae93

Please sign in to comment.