Merge remote-tracking branch 'origin/main' into profile-modal
This commit is contained in:
commit
7e387e1d52
6 changed files with 194 additions and 4 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