updates, new splash ascii

This commit is contained in:
Hugh Bord 2021-11-27 10:57:36 +10:00
parent 87423080b4
commit 12389d1c5e
3 changed files with 11 additions and 7 deletions

View File

@ -193,12 +193,6 @@
</div>
</template>
<style>
.bar {
background-color: rgba(107, 114, 128) !important;
}
</style>
<script>
import LZString from "lz-string";
import Toolbar from "./components/Toolbar.vue";

File diff suppressed because one or more lines are too long

View File

@ -66,4 +66,14 @@ body {
z-index: 0;
opacity: 0.7;
cursor: crosshair;
}
/* Toolbar menu */
.bar {
background-color: rgba(107, 114, 128) !important;
}
.bar-button:hover {
color: var(--bar-button-open-color, rgb(65, 184, 131));
background: var(--bar-button-open-bkg, rgb(234, 247, 244));
}