summaryrefslogtreecommitdiff
path: root/static
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/favicon.icobin5694 -> 0 bytes
-rw-r--r--static/input.css49
2 files changed, 1 insertions, 48 deletions
diff --git a/static/favicon.ico b/static/favicon.ico
deleted file mode 100644
index 33eb226..0000000
--- a/static/favicon.ico
+++ /dev/null
Binary files differ
diff --git a/static/input.css b/static/input.css
index 47e7d16..9f834a6 100644
--- a/static/input.css
+++ b/static/input.css
@@ -139,18 +139,10 @@ a:hover {
color: var(--main-medium-color);
}
-.text-main-light {
- color: var(--main-light-color);
-}
-
.text-background-dark {
color: var(--background-dark-color);
}
-.text-background-light {
- color: var(--background-dark-color);
-}
-
.text-secondary {
color: var(--secondary-color);
}
@@ -159,14 +151,6 @@ a:hover {
background-color: var(--main-dark-color);
}
-.bg-main-medium {
- background-color: var(--main-medium-color);
-}
-
-.bg-main-light {
- background-color: var(--main-light-color);
-}
-
.bg-background-dark {
background-color: var(--background-dark-color);
}
@@ -183,26 +167,6 @@ a:hover {
border-color: var(--main-medium-color);
}
-.border-main-light {
- border-color: var(--main-light-color);
-}
-
-.border-background-dark {
- border-color: var(--background-dark-color);
-}
-
-.border-background-light {
- border-color: var(--background-light-color);
-}
-
-.border-inset {
- border-style: inset;
-}
-
-.border-outset {
- border-style: outset;
-}
-
.desktop-sidebar-custom {
width: 5vw;
background-size: calc(var(--squares-and-triangles-background-size) * 1vw);
@@ -581,10 +545,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 +576,7 @@ body[data-theme~="ram"] .leaflet-tile {
}
}
-.night-star {
+.star {
color: var(--color-yellow-100);
animation-name: blink;
animation-duration: 5s;
@@ -625,13 +585,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;