diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-11-02 10:07:53 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-11-02 10:11:08 -0500 |
| commit | 0e8f57af12a3eda54e8e75672b0f0d67b06245e5 (patch) | |
| tree | 672b95deaa4f73575733e742e52f23674cf54189 /docs | |
| parent | 95d9214df12c65416956a9b40b6792eafa27304f (diff) | |
Improve display of separators
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/style.css b/docs/style.css index 622f866f..c91db5be 100644 --- a/docs/style.css +++ b/docs/style.css @@ -173,6 +173,7 @@ a:visited { color: #3d155f; } a:visited { color: #8781c1; } } +svg text { white-space: pre; } svg tspan { fill: currentColor; } |
