summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.net>2025-09-10 01:02:02 +0100
committerLeonardo Bishop <me@leonardobishop.net>2025-09-10 01:02:02 +0100
commitc314e7d812f8d5e2a9a8114f525c3c9cbb73bf85 (patch)
treebbd1c5f6aeaa1ac10504d40976e32d9d10b643f0
parent38b00d36ec21a976efefd29cd9e8cb00734040a3 (diff)
Update CSS
-rw-r--r--api/handlers/html.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/handlers/html.go b/api/handlers/html.go
index ee7ddf5..1ea166f 100644
--- a/api/handlers/html.go
+++ b/api/handlers/html.go
@@ -9,6 +9,8 @@ import (
const style = `<style>
html, body {
+ -moz-text-size-adjust: none;
+ -webkit-text-size-adjust: none;
text-size-adjust: none;
}