Diffstat (limited to 'static')
| -rw-r--r-- | static/favicon.ico | bin | 5694 -> 0 bytes | |||
| -rw-r--r-- | static/input.css | 13 |
2 files changed, 1 insertions, 12 deletions
diff --git a/static/favicon.ico b/static/favicon.ico Binary files differdeleted file mode 100644 index 33eb226..0000000 --- a/static/favicon.ico +++ /dev/null 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; |