summary refs log tree commit diff
path: root/develop/css
diff options
context:
space:
mode:
authorrichvdh <richvdh@users.noreply.github.com>2022-04-05 16:22:32 +0000
committerrichvdh <richvdh@users.noreply.github.com>2022-04-05 16:22:32 +0000
commit849c8af75b5fb7ba5de90a03496f25bbc6d9002d (patch)
tree1c61370acc6643438f0fdbedae65d8c972c14843 /develop/css
parentdeploy: ab3fdcf9602353c7f31f8487fb6909bb3f0cde1f (diff)
downloadsynapse-849c8af75b5fb7ba5de90a03496f25bbc6d9002d.tar.xz
deploy: 163fd686b5db10eab2c70855dedef23204c6f18c
Diffstat (limited to 'develop/css')
-rw-r--r--develop/css/general.css5
-rw-r--r--develop/css/variables.css6
2 files changed, 8 insertions, 3 deletions
diff --git a/develop/css/general.css b/develop/css/general.css
index 2cf347f923..ef2ba50489 100644
--- a/develop/css/general.css
+++ b/develop/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;
+}
diff --git a/develop/css/variables.css b/develop/css/variables.css
index 9ff64d6b3b..56b634bc37 100644
--- a/develop/css/variables.css
+++ b/develop/css/variables.css
@@ -67,7 +67,7 @@
 
     --links: #2b79a2;
 
-    --inline-code-color: #c5c8c6;;
+    --inline-code-color: #c5c8c6;
 
     --theme-popup-bg: #141617;
     --theme-popup-border: #43484d;
@@ -147,7 +147,7 @@
 
     --links: #2b79a2;
 
-    --inline-code-color: #c5c8c6;;
+    --inline-code-color: #c5c8c6;
 
     --theme-popup-bg: #161923;
     --theme-popup-border: #737480;
@@ -228,7 +228,7 @@
 
         --links: #2b79a2;
 
-        --inline-code-color: #c5c8c6;;
+        --inline-code-color: #c5c8c6;
 
         --theme-popup-bg: #141617;
         --theme-popup-border: #43484d;