Change title markers to squares

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

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

Loading…
Cancel
Save