Skip to content

Commit

Permalink
[Naji/Vivek] Change hero banner and link color
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamednajiullah committed Nov 30, 2017
1 parent 3abffd7 commit 63b2364
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/common.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require('./stylesheets/base.scss');
require('./images/tech-radar-201711-landing-page-wide.png');
require('./images/tech-radar-landing-page-wide.png');
require('./images/tw-logo.png');
require('./images/favicon.ico');
Binary file removed src/images/tech-radar-201711-landing-page-wide.png
Binary file not shown.
Binary file added src/images/tech-radar-landing-page-wide.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion src/stylesheets/_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}

.input-sheet__banner {
background-image: url('/images/tech-radar-201711-landing-page-wide.png');
background-image: url('/images/tech-radar-landing-page-wide.png');
background-repeat: no-repeat;
background-color: $grey-light;
background-size: cover;
Expand All @@ -44,6 +44,11 @@
p, h1 {
color: $white;
}

a {
color: $white;
border-bottom-color: $white;
}
}

.input-sheet__form {
Expand Down

0 comments on commit 63b2364

Please sign in to comment.