Skip to content

Commit

Permalink
#73 Add inline text elements
Browse files Browse the repository at this point in the history
  • Loading branch information
ediblecode committed Dec 7, 2016
1 parent a74fff2 commit 6b1579d
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions src/stylesheets/typography/_typography-global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
}

html {
//@include root-size;
font-size: 100%;
@include root-size;
}

body {
Expand Down Expand Up @@ -85,6 +84,7 @@ code {
background: get-colour(grey, xx-light);
border: 1px solid get-colour(grey, x-light);
border-radius: 2px;
color: get-colour(red, dark);
display: inline-block;
font-family: font-family(mono);
margin: scut-em(0 0 2);
Expand All @@ -96,3 +96,16 @@ code {
margin: 0;
}
}

/// Mark
mark,
.mark {
padding: scut-em(4);
background-color: #fff999;
}

/// Small
small,
.small {
font-size: 85%;
}

0 comments on commit 6b1579d

Please sign in to comment.