minor fixes on opacities and color

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

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

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

Loading…
Cancel
Save