Dark blue-grey on sidebar arrows

[Closes #91]
This commit is contained in:
Tom Russell 2018-10-25 10:36:27 +01:00
parent 304bc37a5d
commit 5661af9df4

View File

@ -99,22 +99,31 @@
width: 1.2rem;
height: 1rem;
text-align: center;
color: #7d7d7d;
color: #222264;
font-size: 1.2rem;
content: '\25B8';
transition: color 0.2s;
}
.bullet-prefix:hover > a::before,
.bullet-prefix.active > a::before {
color: #222;
font-size: 1.1rem;
font-size: 1rem;
}
.bullet-prefix:hover > a::before {
.bullet-prefix:hover > a::before,
.bullet-prefix.active > a::before {
content: '\25BC';
}
.bullet-prefix.active:hover > a::before {
content: '\25B2';
}
.data-section.inactive .bullet-prefix > a::before,
.data-section.inactive .bullet-prefix:hover > a::before,
.data-section.inactive .bullet-prefix.active:hover > a::before {
opacity: 0.4;
color: #222;
font-size: 1.2rem;
content: '\25B8';
}
.bullet-prefix .icon-buttons {
position: absolute;
top: 0;
@ -187,9 +196,6 @@
.data-section.inactive {
opacity: 0.5;
}
.data-section.inactive .bullet-prefix::before {
opacity: 0.4;
}
.data-section .h3 {
margin: 0;
}