Change title markers to squares
This commit is contained in:
parent
7b6ea3fdc6
commit
d3bd14134a
1 changed files with 10 additions and 7 deletions
|
@ -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…
Reference in a new issue