Use triangles for sidebar sections

[Closes #92]
This commit is contained in:
Tom Russell 2018-10-25 10:22:35 +01:00
parent 3abbf4bbe8
commit bea4785285

View File

@ -101,12 +101,13 @@
text-align: center;
color: #7d7d7d;
font-size: 1.2rem;
content: '\25A0';
content: '\25B8';
transition: color 0.2s;
}
.bullet-prefix:hover > a::before,
.bullet-prefix.active > a::before {
color: #222;
font-size: 1.1rem;
}
.bullet-prefix:hover > a::before {
content: '\25BC';