parent
65a2b539f1
commit
b1c48c02cf
|
@ -25,6 +25,15 @@ a {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
blockquote {
|
||||||
|
border-left: 6px solid @gray-light;
|
||||||
|
color: @text-color-light;
|
||||||
|
// Reset default margin
|
||||||
|
margin: 0;
|
||||||
|
font-family: @font-family-fixed;
|
||||||
|
padding: @vertical-padding @horizontal-padding;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: @body-bg-color;
|
background-color: @body-bg-color;
|
||||||
color: @text-color;
|
color: @text-color;
|
||||||
|
@ -35,14 +44,14 @@ body {
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
line-height: 22px;
|
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
line-height: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 19px;
|
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
line-height: 19px;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
|
Loading…
Reference in New Issue