Skip to content

Commit

Permalink
Merge pull request #9 from charvolant/bigstuff-8
Browse files Browse the repository at this point in the history
Improve visibility of theme colours.
  • Loading branch information
charvolant committed Jan 7, 2017
2 parents 08de195 + 3f83e32 commit f3c48d9
Show file tree
Hide file tree
Showing 4 changed files with 134 additions and 122 deletions.
20 changes: 16 additions & 4 deletions css/sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,21 @@ $header-stack: 'Playfair Display SC','Playfair Display', "Palatino Linotype", "B
$minor-header-stack: Raleway, Verdana, sans-serif;
$base-font-stack: Raleway, Verdana, sans-serif;
$monospace-stack: 'Courier New',Courier,'Lucida Sans Typewriter','Lucida Typewriter',monospace;
$blueprint-blue: #103c63;
$header-color: $blueprint-blue;
$blueprint-blue: #103c63;
$engine-blue: #103cb1;
$header-color: $engine-blue;
$underlay-color: $blueprint-blue;
$link-color: #369;
$highlight-color: #ca7;
$link-color: $engine-blue;
$engine-red: #be2e21;
$highlight-color: $engine-red;
$hover-color: $engine-red;
$text-color: #101010;
$unemphasised-color: #666666;
$light-border: #cccccc;
$light-background: #fafafa;
$panel-background: #eeeeee;
$panel-background-featured: #fafac0;
$button-background: #336699;
$button-border: #005177;
$button-color: white;
//* @end */

0 comments on commit f3c48d9

Please sign in to comment.