forked from cadence/breezewiki
Style tweaks
* Animated slots click smoother * Tables are readable on dark themed wikis * External links are indicated more reliably
This commit is contained in:
parent
b18a31df4a
commit
db4691f56c
2 changed files with 23 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue