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 h2:before,
|
||||
.content h3:before {
|
||||
content: "#";
|
||||
color: $grey;
|
||||
@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: -2rem;
|
||||
margin-left: -2.5rem;
|
||||
line-height: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
.message {
|
||||
|
|
Loading…
Reference in a new issue