Diffstat (limited to 'static/input.css')
| -rw-r--r-- | static/input.css | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/static/input.css b/static/input.css index 47e7d16..18910eb 100644 --- a/static/input.css +++ b/static/input.css @@ -581,10 +581,6 @@ body[data-theme~="ram"] .leaflet-tile { width: 100vw; } - .ar-lt-0\.8\:max-h-\[25\%\] { - max-height: 25%; - } - .ar-lt-0\.8\:max-h-\[80\%\] { max-height: 80%; } @@ -616,7 +612,7 @@ body[data-theme~="ram"] .leaflet-tile { } } -.night-star { +.star { color: var(--color-yellow-100); animation-name: blink; animation-duration: 5s; @@ -625,13 +621,6 @@ body[data-theme~="ram"] .leaflet-tile { -webkit-user-select: none; } -.ram-frame { - width: 20vmin; - height: 20vmin; - user-select: none; - -webkit-user-select: none; -} - @keyframes blink { 0% { opacity: 1; |