Up-in-the-Air – commitdiff

You can use Git to clone the repository via the web URL. Download snapshot (zip)
Improve UI text outlines
authorJulian Fietkau <git@fietkau.software>
Tue, 24 Sep 2024 19:06:51 +0000 (21:06 +0200)
committerJulian Fietkau <git@fietkau.software>
Tue, 24 Sep 2024 19:06:51 +0000 (21:06 +0200)
index.html

index 92df214d2e59dc70976af4580049c1a2b8514860..25079a009b8d9b37a68539415d54536f88c15d65 100644 (file)
@@ -91,6 +91,7 @@
     padding: 0;
     font-family: Cookie;
     font-size: 3em;
+    text-shadow: -.05em -.05em 0 #fff, .05em -.05em 0 #fff, .05em .05em 0 #fff, -.05em .05em 0 #fff, 0 -.07em 0 #fff, .07em 0 0 #fff, 0 .07em 0 #fff, -.07em 0 0 #fff;
   }
   .ui-page .area {
     overflow-y: auto;
     align-items: end;
     font-family: 'Jersey 10';
     font-size: 1.4em;
-    text-shadow: -.07em -.07em 0 #fff, .07em -.07em 0 #fff, .07em .07em 0 #fff, -.07em .07em 0 #fff;
+    text-shadow: -.07em -.07em 0 #fff, .07em -.07em 0 #fff, .07em .07em 0 #fff, -.07em .07em 0 #fff, 0 -.1em 0 #fff, .1em 0 0 #fff, 0 .1em 0 #fff, -.1em 0 0 #fff;
   }
   .ui-page.title.end .footer {
     right: unset;