diff options
| author | Xe Iaso <me@xeiaso.net> | 2023-04-03 18:40:07 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2023-04-03 18:40:07 -0400 |
| commit | 6377c8629e2c9bb46a8c2be04a5b94e59b93c50b (patch) | |
| tree | 78571f4d0251673015b1d06b096e696b4f5ec14c /static/css/shim.css | |
| parent | 7b691babb3312d9c2284416f03b50de34638bc58 (diff) | |
| download | xesite-6377c8629e2c9bb46a8c2be04a5b94e59b93c50b.tar.xz xesite-6377c8629e2c9bb46a8c2be04a5b94e59b93c50b.zip | |
xeact: 0.70.0 with useState
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'static/css/shim.css')
| -rw-r--r-- | static/css/shim.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/css/shim.css b/static/css/shim.css index 3642efd..21ba3ad 100644 --- a/static/css/shim.css +++ b/static/css/shim.css @@ -143,6 +143,10 @@ h1, h2, h3, h4, h5, h6 { display: none; } +.hack pre { + line-height: 1.125rem; +} + @media (prefers-color-scheme: light) { .warning { background-color: #fbf1c7; |
