Skip to content

Commit

Permalink
Merge pull request #5 from topcoat/root
Browse files Browse the repository at this point in the history
Base font size
  • Loading branch information
GarthDB committed Feb 25, 2014
2 parents 0f28855 + 9c02234 commit 8e8616c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/theme-mobile-dark.css
Expand Up @@ -3,13 +3,16 @@
@import "topcoat-variables-dark";
@import "topcoat-fonts";

html {
font-size: var(base-font-size, 16px);
}

body {
margin: 0;
padding: 0;
font-family: var(font-family, "Source Sans Pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif);
font-weight: var(font-weight, 400);
background: var(background--body, hsla(200, 2%, 30%, 1));
font-size: var(base-font-size, 16px);
}

:focus {
Expand Down

0 comments on commit 8e8616c

Please sign in to comment.