Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 39 KiB |
@ -1,35 +1,7 @@
|
||||
._jekyll {
|
||||
h2, h3 { @extend %block-heading; }
|
||||
@extend %simple;
|
||||
|
||||
.note {
|
||||
@extend %note;
|
||||
|
||||
h5 {
|
||||
margin-top: 0.25em;
|
||||
}
|
||||
|
||||
position: relative;
|
||||
&::after {
|
||||
content: attr(data-type);
|
||||
opacity: 0.5;
|
||||
text-transform: uppercase;
|
||||
position: absolute;
|
||||
top: 0.25em;
|
||||
right: 0.5em;
|
||||
font-size: 0.8em;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
// Other note types currently unstyled:
|
||||
// plain
|
||||
// tip
|
||||
// feature
|
||||
&.note-info { @extend %note-blue; }
|
||||
&.note-warning { @extend %note-red; }
|
||||
&.note-unreleased { @extend %note-orange; }
|
||||
}
|
||||
|
||||
pre {
|
||||
font-size: inherit;
|
||||
}
|
||||
.note.info { @extend %note-blue; }
|
||||
.note.warning { @extend %note-red; }
|
||||
.note.unreleased { @extend %note-orange; }
|
||||
}
|
||||
|
Before Width: | Height: | Size: 357 B After Width: | Height: | Size: 403 B |
Before Width: | Height: | Size: 809 B After Width: | Height: | Size: 958 B |
@ -1 +1 @@
|
||||
https://avatars3.githubusercontent.com/u/3083652
|
||||
https://raw.githubusercontent.com/jekyll/jekyll/master/docs/favicon.ico
|
||||
|