Skip to content

Commit

Permalink
Adding base font size to root element
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoferjoseph committed Feb 25, 2014
1 parent 629e2a7 commit 0660e1a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/theme-desktop-dark.css
Expand Up @@ -3,13 +3,16 @@
@import "topcoat-variables-dark";
@import "topcoat-fonts";

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

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, 12px);
}

:focus {
Expand Down

0 comments on commit 0660e1a

Please sign in to comment.