diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-08-02 16:20:13 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-08-02 16:20:13 +0200 |
commit | 0519fbe80898740fe45f1d2344977d9d370a3d29 (patch) | |
tree | c1cc863f4a34f6ee4d2564dc687799b6f6b650e4 /static | |
parent | d87b2ab5702b7c1b378d2d61b81fc71995ef0d86 (diff) |
Simplify CSS
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index fa07985..80228ca 100644 --- a/static/style.css +++ b/static/style.css @@ -2244,7 +2244,7 @@ dl dt:not(:first-child) { * </h3> */ -*:has(> .translation) { +:has(> .translation) { line-height: 1.1; } |