Theme + button bg matches sidebar.

This commit is contained in:
Kasen IO 2020-01-23 22:52:34 -05:00
parent d373826d03
commit 2eca2cf10e

View file

@ -24,6 +24,11 @@
.v-application--wrap {
min-height: 0 !important;
}
/** Override Vue CSS. */
.theme--dark.v-application {
background: #27343b !important;
}
</style>
<script>
//We are running the check here to preload the theme because it may load the incorrect one first for a split second.