lib/jazzy/assets/css/jazzy.css.scss in jazzy-0.4.0 vs lib/jazzy/assets/css/jazzy.css.scss in jazzy-0.4.1
- old
+ new
@@ -56,11 +56,11 @@
word-wrap: break-word;
}
// Headers
-h1, h2, h3, h4, h5, h6 {
+h1, h2, h3 {
margin-top: 0.8em;
margin-bottom: 0.3em;
font-weight: 100;
color: black;
}
@@ -69,23 +69,30 @@
}
h2 {
font-size: 2em;
border-bottom: $gray_border;
}
-h3 {
- font-size: 1.5em;
-}
h4 {
- font-size: 1.25em;
+ font-size: 13px;
+ line-height: 1.5;
+ margin-top: 21px;
}
h5 {
font-size: 1.1em;
}
h6 {
font-size: 1.1em;
color: $code_color;
}
+.section-name {
+ color: rgba(128,128,128,1);
+ display: block;
+ font-family: Helvetica;
+ font-size: 22px;
+ font-weight: 100;
+ margin-bottom: 15px;
+}
// Code
pre, code {
font: $code_font;
@@ -289,10 +296,21 @@
.task-group {
padding-top: 0px;
}
+.task-name-container {
+ a[name] {
+ &:before {
+ content: "";
+ display: block;
+ padding-top: $content_top_offset;
+ margin: -$content_top_offset 0 0;
+ }
+ }
+}
+
.item {
padding-top: 8px;
width: 100%;
list-style-type: none;
a[name] {
@@ -308,9 +326,10 @@
padding: 0;
}
.token {
padding-left: 3px;
margin-left: 15px;
+ font-size: 11.9px;
}
.declaration-note {
font-size: .85em;
color: rgba(128,128,128,1);
font-style: italic;