From 1ccb87e90020cefa4729d4e43fa27917a080bb0c Mon Sep 17 00:00:00 2001 From: Seth Trowbridge Date: Tue, 18 Jul 2023 22:17:54 -0400 Subject: [PATCH] adjust controls --- js/twind.js | 3 ++ js/ui.js | 152 +++++++++++++++++++++++++++------------------------- 2 files changed, 82 insertions(+), 73 deletions(-) diff --git a/js/twind.js b/js/twind.js index adca149..a50f00c 100644 --- a/js/twind.js +++ b/js/twind.js @@ -73,6 +73,9 @@ export const Configure = { [ 'text-shadow-lcd', {"text-shadow": "0px 1px 1px #00000055"} ], + [ + 'text-shadow-emboss', {"text-shadow": "0px -1px 1px #00000033, 0px 1px 2px #ffffff"} + ], [ 'box-notch', "border-t(1 [#ffffff]) border-r(1 [#ffffff]) border-b(1 [#00000033]) border-l(1 [#00000033]) flex items-center justify-end gap-1 p-2" ], [ "box-buttons", "flex gap-1 items-center p-2 rounded-lg bg-gradient-to-b from-[#00000022] border-b(1 [#ffffff]) border-t(1 [#00000033])"] ], diff --git a/js/ui.js b/js/ui.js index a8e7157..2dbb567 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`