From e078bd0edd8e39611cf20d2eefeae37af9fce333 Mon Sep 17 00:00:00 2001 From: Seth Trowbridge Date: Wed, 19 Jul 2023 18:13:29 -0400 Subject: [PATCH] misc --- js/twind.js | 2 +- js/ui.js | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/js/twind.js b/js/twind.js index a50f00c..8a707bf 100644 --- a/js/twind.js +++ b/js/twind.js @@ -67,7 +67,7 @@ export const Configure = { [ 'shadow-sss', { - "box-shadow": "rgb(0 0 0 / 50%) 0px -2px 3px inset, rgb(255 255 255 / 50%) 0px 10px 10px inset" + "box-shadow": "rgb(0 0 0 / 30%) 0px -2px 3px inset, rgb(255 255 255 / 10%) 0px 10px 10px inset" } ], [ diff --git a/js/ui.js b/js/ui.js index 2dbb567..03117e3 100644 --- a/js/ui.js +++ b/js/ui.js @@ -19,7 +19,7 @@ export function Button({children, icon, light, disabled, inactive, onClick, clas return html`