diff options
| author | 2025-08-29 03:19:12 +0700 | |
|---|---|---|
| committer | 2025-08-29 03:19:12 +0700 | |
| commit | 753fe7f1d5bf837a85481425bd6bf6b431ffb611 (patch) | |
| tree | 8c32695938d79778a7599ee6e461caf5589d4b62 /static | |
| parent | 5e40ca4d314a9dc6cb7cb2c69081876f5aa446f3 (diff) | |
| download | web-753fe7f1d5bf837a85481425bd6bf6b431ffb611.tar.gz web-753fe7f1d5bf837a85481425bd6bf6b431ffb611.zip | |
feat: remove box shadow of ram frames
Diffstat (limited to 'static')
| -rw-r--r-- | static/input.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/static/input.css b/static/input.css index 7b7da23..f254970 100644 --- a/static/input.css +++ b/static/input.css @@ -626,11 +626,6 @@ body[data-theme~="ram"] .leaflet-tile { height: 20vmin; user-select: none; -webkit-user-select: none; - box-shadow: - inset 1vmin 1vmin var(--background-dark-color), - inset -1vmin -1vmin var(--main-light-color), - 1vmin 1vmin var(--background-dark-color), - -1vmin -1vmin var(--main-dark-color); } @keyframes blink { |