Skip to content

Commit

Permalink
Merge pull request #181 from TACC/task/GH-157-frontera-redesign-0--he…
Browse files Browse the repository at this point in the history
…ader-footer

GH-157: Header & Footer: Update Colors. Use Vars
  • Loading branch information
wesleyboar authored Apr 10, 2021
2 parents 7d4ee06 + af476f8 commit 3af9250
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
height: 49px;


background-color: rgb(51, 51, 51);
color: #fff;
background-color: var(--global-color-primary--xx-dark);
color: var(--global-color-primary--xx-light);
border-bottom: 1px solid #aaa;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Styleguide Components.Footer
padding-top: 20px;
padding-bottom: 20px;

color: rgb(255, 255, 255);
background-color: rgb(51, 51, 51);
color: var(--global-color-primary--xx-light);
background-color: var(--global-color-primary--xx-dark);

font-size: 12px;
text-align: center;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Styleguide Trumps.Scopes.Header
- On any other CMS, `1rem` = `16px` (browser default). */

.s-header {
--text-color: rgb(255, 255, 255);
--text-color: var(--global-color-primary--xx-light);

font-size: 16px; /* NO-R/EM: Overwrite `bootstrap.3.3.7.css` */

Expand Down Expand Up @@ -78,7 +78,7 @@ Styleguide Trumps.Scopes.Header
--nav-padding-vert: 5px;
--nav-padding-horz: calc(16px + 20px);

background-color: rgb(51, 51, 51);
background-color: var(--global-color-primary--xx-dark);
padding: var(--nav-padding-vert) var(--nav-padding-horz);
}

Expand Down

0 comments on commit 3af9250

Please sign in to comment.