diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-07-10 15:39:50 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-07-10 15:39:50 +1000 |
| commit | b56e50c5a76a9c268fbb79e43bafe798815a6227 (patch) | |
| tree | 5b664aa6f627e32eb9803bfee1dbbe51cc068a38 /src/App.vue | |
| parent | 016f619daf1864920f978c5cfd8feb94abe3ab08 (diff) | |
Add scrollbar colors
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue index 30a7c02..f26e1fb 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,6 @@ <template> <div class="absolute left-0 top-0 w-screen h-screen overflow-hidden flex flex-col" - :style="{backgroundColor: uiOpts.bgColor}"> + :style="{backgroundColor: uiOpts.bgColor, scrollbarColor: uiOpts.altColorDark + ' ' + uiOpts.bgColorDark}"> <!-- Title bar --> <div class="flex shadow gap-2 p-2" :style="{backgroundColor: uiOpts.bgColorDark2, color: uiOpts.altColor}"> <h1 class="my-auto ml-2 text-4xl hover:cursor-pointer" @click="collapseTree">Tilo</h1> |
