Improve style of highlighted syntax
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user