mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Theme + button bg matches sidebar.
This commit is contained in:
parent
d373826d03
commit
2eca2cf10e
1 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue