Refined dark theme.

This commit is contained in:
DebaucheryLibrarian
2021-03-23 20:37:20 +01:00
parent 8ff5a8c5e1
commit b2105c8fb0
9 changed files with 44 additions and 34 deletions

View File

@@ -516,7 +516,7 @@ export default {
display: flex;
justify-content: space-between;
padding: .75rem .5rem .5rem .5rem;
color: var(--darken);
color: var(--shadow);
font-weight: bold;
font-size: .9rem;
@@ -598,7 +598,7 @@ export default {
min-width: 1.5rem;
flex-shrink: 0;
padding: 0 .5rem;
color: var(--darken);
color: var(--shadow);
font-weight: bold;
font-size: .9rem;
@@ -607,7 +607,7 @@ export default {
}
.icon {
fill: var(--darken);
fill: var(--shadow);
}
&:hover {
@@ -637,7 +637,7 @@ export default {
height: 1.25rem;
appearance: none;
border-radius: 1rem;
background-color: var(--darken-hint);
background-color: var(--shadow-hint);
background-image: radial-gradient(circle, var(--shadow-weak) .3rem, transparent calc(.3rem + 1px));
cursor: pointer;