diff options
author | elioat <elioat@tilde.institute> | 2025-03-30 10:31:29 -0400 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2025-03-30 10:31:29 -0400 |
commit | 48e029a29de5cbf8995684d1053afd96af5eeb9a (patch) | |
tree | 09078bbe8220a7eb256365a169b24cdc398ee043 | |
parent | e191f31f929c931f44b5c06330acfb6145a91525 (diff) | |
download | tour-48e029a29de5cbf8995684d1053afd96af5eeb9a.tar.gz |
*
-rw-r--r-- | js/leibovitz/index.html | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/js/leibovitz/index.html b/js/leibovitz/index.html index 15a6dbf..815726b 100644 --- a/js/leibovitz/index.html +++ b/js/leibovitz/index.html @@ -248,7 +248,7 @@ } #reset-color { padding: 8px; - font-size: 16px; + font-size: 18px; background: none; border: 1px solid #ccc; border-radius: 4px; @@ -308,10 +308,11 @@ padding: 10px 20px; font-family: 'ChicagoFLF', sans-serif; } - button, select { - border: none; + button, select, input[type="color"] { + padding: 10px; + font-size: 18px; cursor: pointer; - transition: background-color 0.3s ease; + font-family: 'ChicagoFLF', sans-serif; } button:hover, button:focus { @@ -362,12 +363,13 @@ #focus-container { display: none; } - #toggle-camera, button.capture { - flex: 1; + #toggle-camera, button.capture, #edit-image { + font-size: 18px; padding: 20px; font-family: 'ChicagoFLF', sans-serif; border-radius: 0; text-align: center; + flex: 1; } #toggle-camera { border-right: 1px solid rgba(0, 0, 0, 0.1); |