diff options
author | Action Bot <action@synapse.bot.com> | 2023-12-11 14:57:10 +0000 |
---|---|---|
committer | Action Bot <action@synapse.bot.com> | 2023-12-11 14:57:10 +0000 |
commit | 5ef260a3f0b3b596f6040acd4f0146fb504ceeb7 (patch) | |
tree | c9839373874f6b0ef03a7344e0e6e746ce2c2b64 /v1.52/css/general.css | |
parent | Version picker deployed for v1.53 docs to Github Pages (diff) | |
download | synapse-5ef260a3f0b3b596f6040acd4f0146fb504ceeb7.tar.xz |
Version picker deployed for v1.52 docs to Github Pages
Diffstat (limited to 'v1.52/css/general.css')
-rw-r--r-- | v1.52/css/general.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/v1.52/css/general.css b/v1.52/css/general.css index 2cf347f923..ef2ba50489 100644 --- a/v1.52/css/general.css +++ b/v1.52/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; +} |