Skip to content

Commit

Permalink
Update compiled
Browse files Browse the repository at this point in the history
  • Loading branch information
khawkins98 committed Feb 7, 2018
1 parent d102771 commit 93a6299
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 8 deletions.
2 changes: 2 additions & 0 deletions css/ebi-global-includes/_ebi_theme_settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ $ebi-colour-gold: rgb(233,180,0);
$ebi-colour-orange: rgb(251,106,42);
$ebi-colour-blue: rgb(0,134,180);
$ebi-colour-white: rgb(255,255,255);
$black: #0a0a0a;
$white: #fefefe;

$primary-color: $ebi-colour-petrol;
$secondary-color: $ebi-colour-dark-grey;
Expand Down
8 changes: 7 additions & 1 deletion css/ebi-global.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ a.elixir-background, .elixir-background, .elixir-background.button, .elixir-back
a.white-background, .white-background, .white-background.button, .white-background.button:hover, .white-background.tag {
background: white; }

a.black-background, .black-background, .black-background.button, .black-background.button:hover, .black-background.tag {
background: #0a0a0a; }

a.secondary-background, .secondary-background, .secondary-background.button, .secondary-background.button:hover, .secondary-background.tag {
background: #666; }

Expand Down Expand Up @@ -144,6 +147,9 @@ a.medium-gray-background, .medium-gray-background, .medium-gray-background.butto
.label.white-color, .button.white-color, a.white-color, a:hover.white-color, .white-color, .white-color cite, .white-color a, .white-color a:hover, .white-color a:visited, .white-color h3, .white-color h4 {
color: white; }

.label.black-color, .button.black-color, a.black-color, a:hover.black-color, .black-color, .black-color cite, .black-color a, .black-color a:hover, .black-color a:visited, .black-color h3, .black-color h4 {
color: #0a0a0a; }

.label.secondary-color, .button.secondary-color, a.secondary-color, a:hover.secondary-color, .secondary-color, .secondary-color cite, .secondary-color a, .secondary-color a:hover, .secondary-color a:visited, .secondary-color h3, .secondary-color h4 {
color: #666; }

Expand Down Expand Up @@ -796,7 +802,7 @@ dd {
font-size: 1.1rem; }

.sans-serif {
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-family: Helvetica, Arial, FreeSans, "Liberation Sans", sans-serif;
font-size: 1.1rem; }

.serif .sans-serif {
Expand Down
2 changes: 1 addition & 1 deletion css/ebi-global.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions libraries/foundation-6/css/foundation-lite.css
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ body {
margin: 0;
padding: 0;
background: white;
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-family: Helvetica, Arial, FreeSans, "Liberation Sans", sans-serif;
font-weight: normal;
line-height: 1.5;
color: #222;
Expand Down Expand Up @@ -1314,7 +1314,7 @@ h3,
h4,
h5,
h6 {
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-family: Helvetica, Arial, FreeSans, "Liberation Sans", sans-serif;
font-style: normal;
font-weight: normal;
color: inherit;
Expand Down
2 changes: 1 addition & 1 deletion libraries/foundation-6/css/foundation-lite.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions libraries/foundation-6/css/foundation.css
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ body {
margin: 0;
padding: 0;
background: white;
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-family: Helvetica, Arial, FreeSans, "Liberation Sans", sans-serif;
font-weight: normal;
line-height: 1.5;
color: #222;
Expand Down Expand Up @@ -1312,7 +1312,7 @@ h3,
h4,
h5,
h6 {
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-family: Helvetica, Arial, FreeSans, "Liberation Sans", sans-serif;
font-style: normal;
font-weight: normal;
color: inherit;
Expand Down
2 changes: 1 addition & 1 deletion libraries/foundation-6/css/foundation.min.css

Large diffs are not rendered by default.

0 comments on commit 93a6299

Please sign in to comment.