feat: minimize flashbanging that occur during development
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
This commit is contained in:
parent
c93a1829f8
commit
08436fdce0
1 changed files with 4 additions and 1 deletions
5
app.vue
5
app.vue
|
@ -55,7 +55,10 @@ function contextMenuHandler(e: MouseEvent) {
|
|||
</script>
|
||||
|
||||
<style>
|
||||
html,
|
||||
html {
|
||||
background-color: #1f1e1d;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: var(--preferred-font), Arial, Helvetica, sans-serif;
|
||||
box-sizing: border-box;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue