Change title markers to squares

pull/2/head
Alexandre Iooss 3 years ago
parent 7b6ea3fdc6
commit d3bd14134a

@ -50,13 +50,16 @@
content: ""; content: "";
} }
.content h2:before, @media screen and (min-width: $desktop) {
.content h3:before { .content h2:before,
content: "#"; .content h3:before {
color: $grey; content: "";
position: absolute; color: lighten($background-base-color, 6);
left: 0; position: absolute;
margin-left: -2rem; left: 0;
margin-left: -2.5rem;
line-height: 1em;
}
} }
.message { .message {

Loading…
Cancel
Save