summaryrefslogtreecommitdiff
path: root/src/static/style.css
diff options
context:
space:
mode:
authorJonas Kohl <gitlab@jonaskohl.de>2024-07-20 19:14:59 +0200
committerJonas Kohl <gitlab@jonaskohl.de>2024-07-20 19:14:59 +0200
commitd3db01ccb363db3f48695abd7dd9eef404ebc670 (patch)
tree1b780423b6adabf4f497f7f76ea54a1d47b374f1 /src/static/style.css
parent191a51fe521256b80992c2731567e59ac9651462 (diff)
Also support text size adjust on mobile FF and legacy Edge
Diffstat (limited to 'src/static/style.css')
-rw-r--r--src/static/style.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/static/style.css b/src/static/style.css
index 054fb85..0b94ca4 100644
--- a/src/static/style.css
+++ b/src/static/style.css
@@ -2,6 +2,8 @@ body {
background: #05456a url("background.jpg") top center no-repeat;
font: 10pt Verdana;
-webkit-text-size-adjust: 100%;
+ -moz-text-size-adjust: 100%;
+ -ms-text-size-adjust: 100%;
text-size-adjust: 100%;
}
h1 {