Change title markers to squares

This commit is contained in:
Alexandre Iooss 2021-11-03 11:35:31 +01:00
parent 7b6ea3fdc6
commit d3bd14134a

View file

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