Skip to content

Commit

Permalink
Page Header Link Colors (#11)
Browse files Browse the repository at this point in the history
* adds page header styles

* scopes down the sub component styles, removes unneeded rules

* changed header to page-app device class

* moves back styles within harness

* removes link color role for whole header, applies it only to logo

* increments version number
  • Loading branch information
timjenkins authored and PeteSchuster committed Nov 20, 2018
1 parent 7d38a22 commit 89d85b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions assets/sass/all-digital/components/_page-header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
background-color: $black;
position: relative;
z-index: 10;

a {
color: $white;
}
}

.page-header__wrapper {
Expand All @@ -30,6 +26,7 @@

.page-header__logo,
.page-header__logo-svg {
color: #fff;
width: 70px;
height: 25px;
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "all-digital",
"version": "2.2.1",
"version": "2.3.0",
"description": "CSS for All Digital",
"repository": {
"type": "git",
Expand Down

0 comments on commit 89d85b9

Please sign in to comment.