Skip to content

Commit

Permalink
feat(Themes): md outer content dark theme
Browse files Browse the repository at this point in the history
Overriding background color of outer content for material design dark theme
  • Loading branch information
matheusrocha89 committed Feb 11, 2016
1 parent eb8e778 commit bcaa484
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ionic/themes/dark.md.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ $font-family-md-base: "Roboto", "Helvetica Neue", sans-serif !de
$font-size-md-base: $font-size-base !default;


// Material Design Outer content
// --------------------------------------------------
$outer-content-md-background-color: $background-color !default;

// Material Design Toolbar
// --------------------------------------------------

Expand Down

0 comments on commit bcaa484

Please sign in to comment.