summary refs log tree commit diff
path: root/v1.41/css/general.css
diff options
context:
space:
mode:
authorAction Bot <action@synapse.bot.com>2023-12-11 14:58:14 +0000
committerAction Bot <action@synapse.bot.com>2023-12-11 14:58:14 +0000
commitd540c7eb71e1baae1f86e3d048fc7a4beb398319 (patch)
treea3d4324a16f062fdb3b2643e5b3bcdd61975eba1 /v1.41/css/general.css
parentVersion picker deployed for v1.42 docs to Github Pages (diff)
downloadsynapse-d540c7eb71e1baae1f86e3d048fc7a4beb398319.tar.xz
Version picker deployed for v1.41 docs to Github Pages
Diffstat (limited to 'v1.41/css/general.css')
-rw-r--r--v1.41/css/general.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/v1.41/css/general.css b/v1.41/css/general.css
index 2cf347f923..ef2ba50489 100644
--- a/v1.41/css/general.css
+++ b/v1.41/css/general.css
@@ -12,6 +12,7 @@ html {
     color: var(--fg);
     background-color: var(--bg);
     text-size-adjust: none;
+    -webkit-text-size-adjust: none;
 }
 
 body {
@@ -175,3 +176,7 @@ blockquote {
     margin: 5px 0px;
     font-weight: bold;
 }
+
+.result-no-output {
+    font-style: italic;
+}