aboutsummaryrefslogtreecommitdiff
path: root/extension/src/entries/options/index.html
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-10-03 22:44:31 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-10-03 22:44:31 -0400
commit8f75b74c1cdc7a9bd4a29392b481b8902eafba53 (patch)
tree1172761360c7b003d5a3f254e274b3597b0f7fa4 /extension/src/entries/options/index.html
parentcc3c808fbb83ad54691046e2d30211d25fc10cbb (diff)
tiny ui updates & backend lib patches
Diffstat (limited to 'extension/src/entries/options/index.html')
-rw-r--r--extension/src/entries/options/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/src/entries/options/index.html b/extension/src/entries/options/index.html
index 72f2de7..976e7ea 100644
--- a/extension/src/entries/options/index.html
+++ b/extension/src/entries/options/index.html
@@ -10,7 +10,7 @@
@apply bg-dark-900;
}
body{
- @apply bg-gray-50;
+ @apply bg-white;
}
</style>
</head>