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

Commit

Permalink
Tweaks for the demo
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonydillon committed May 19, 2016
1 parent 86c8c71 commit 337a93d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scss/_global-settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/// the theme's core brand colour
$brand-color: #fff;

$hero-background: #004;
$hero-background: #002835;

$button-primary-color: #ff0;

Expand Down
2 changes: 2 additions & 0 deletions scss/modules/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
border: 0;

&:hover {
background-color: $white;

.second-level-nav {
display: block;
}
Expand Down
3 changes: 0 additions & 3 deletions scss/modules/_row-hero.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
left: $navigation-width;
border: 0;
background-color: $hero-background;
// scss-lint:disable UrlFormat
background-image: url('https://assets.ubuntu.com/v1/63c08d11-suru-background.png');
// scss-lint:enable UrlFormat
background-size: cover;
background-position: center;
color: $white;
Expand Down

0 comments on commit 337a93d

Please sign in to comment.