Style tweaks

* Animated slots click smoother
* Tables are readable on dark themed wikis
* External links are indicated more reliably
This commit is contained in:
Cadence Ember 2022-08-30 21:26:37 +12:00
parent b18a31df4a
commit db4691f56c
Signed by untrusted user: cadence
GPG key ID: BC1C2C61CF521B17
2 changed files with 23 additions and 10 deletions

View file

@ -168,8 +168,9 @@
(λ (v) (and (has-class? "animated" attributes)
((length v) . > . 1)))
(λ (v)
`((span (@ (class "animated-slot") (style ,(format "--steps: ~a" (length v))))
,@v)))))
`((span (@ (class "animated-slot__outer") (style ,(format "--steps: ~a" (length v))))
(span (@ (class "animated-slot__inner"))
,@v))))))
children))]))
tree))
(module+ test