Improve style of highlighted syntax

This commit is contained in:
Michael Rose
2013-09-07 11:59:02 -04:00
parent 66dd137d68
commit c0e5ec5b85
10 changed files with 950 additions and 229 deletions

View File

@ -11,7 +11,22 @@ h1, h2, h3, h4, h5, h6 {
font-family: @heading-font;
}
h1 {
.font-size(32);
.font-size(32)
}
h2 {
.font-size(28)
}
h3 {
.font-size(24)
}
h4 {
.font-size(18)
}
h5 {
.font-size(16)
}
h6 {
.font-size(14);
}
// Links
@ -35,12 +50,6 @@ a {
}
}
.link-arrow {
font-weight: 100;
text-decoration: underline;
font-style: normal;
}
// Figures
// --------------------------------------------------
figcaption {