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

@@ -134,20 +134,20 @@ export default {
.menu-item {
display: flex;
padding: .75rem 1rem .75rem .75rem;
color: inherit;
color: var(--text);
text-decoration: none;
.icon {
fill: var(--darken);
fill: var(--shadow);
margin: 0 1rem 0 0;
}
&.disabled {
color: var(--darken-weak);
color: var(--shadow-weak);
cursor: default;
.icon {
fill: var(--darken-weak);
fill: var(--shadow-weak);
}
}
@@ -164,10 +164,10 @@ export default {
.menu-username {
display: block;
font-weight: bold;
color: var(--darken-strong);
color: var(--shadow-strong);
font-size: .9rem;
padding: .75rem 1rem;
border-bottom: solid 1px var(--darken-hint);
border-bottom: solid 1px var(--shadow-hint);
text-align: center;
text-decoration: none;
}