minor fixes on opacities and color

pull/2642/head
Achim Vedam 7 years ago
parent 2d7916d546
commit 9f82d67af1

@ -30,13 +30,17 @@
display: block;
padding: 0.7em 0;
text-align: center;
opacity: 0.7;
opacity: 0.75;
color: white;
}
a:hover {
opacity: 1;
}
a.disabled, a.disabled:hover, a.disabled:active {
color: white;
opacity: 0.4;
opacity: 0.3;
}
span {

@ -166,7 +166,7 @@
font-size: var(--h3);
line-height: 1;
font-weight: 400;
color: var(--sidebar-text);
color: white;
}
.chapter-markup :global(h2:first-child) {
@ -213,7 +213,7 @@
}
.controls {
border-top: 1px solid rgba(0,0,0,.25);
border-top: 1px solid rgba(255,255,255,.15);
padding: 1em 0 0 0;
display: flex;
}

Loading…
Cancel
Save