aboutsummaryrefslogtreecommitdiff
path: root/front-end/src/App.vue
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-02-02 17:04:47 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2024-02-02 17:04:47 -0500
commitdd5e5164262c5ff7ecf6db1003d41d81e6364c09 (patch)
tree9b5a34f0c57eeb55f7625f2eb60b191a494d1758 /front-end/src/App.vue
parentdab4c63543af688e67661b0091b49edb00e9557d (diff)
add bookmark export, fix some ui stuff
Diffstat (limited to 'front-end/src/App.vue')
-rw-r--r--front-end/src/App.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/front-end/src/App.vue b/front-end/src/App.vue
index f63f9ca..01e91e7 100644
--- a/front-end/src/App.vue
+++ b/front-end/src/App.vue
@@ -36,7 +36,7 @@ const showIf = (tabId: TabId, active: TabId) => isEqual(tabId, active)
<title>{{ siteTitle }}</title>
</head>
<body>
- <div id="app" class="min-h-screen pb-16 text-gray-700 bg-gray-100 dark:bg-gray-900 dark:text-white sm:pb-0">
+ <div id="app" class="min-h-screen pb-16 text-gray-700 bg-gray-50 dark:bg-gray-900 dark:text-white sm:pb-0">
<div class="relative">
<div class="absolute z-50 right-10 top-10">