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

@@ -160,7 +160,7 @@ export default {
.tooltip {
position: relative;
background: var(--background-light);
background: var(--background);
}
.tooltip-arrow {
@@ -172,7 +172,7 @@ export default {
left: calc(50% - .5rem);
border-left: .5rem solid transparent;
border-right: .5rem solid transparent;
border-bottom: .5rem solid var(--background-light);
border-bottom: .5rem solid var(--background);
margin: 0 auto;
filter: drop-shadow(0 0 3px var(--darken-weak));
}