improve composability even more

This commit is contained in:
Yann Esposito (Yogsototh) 2022-10-26 19:27:00 +02:00
parent e6d4a7f1f9
commit 5144b0637b
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646
4 changed files with 25 additions and 24 deletions

View file

@ -510,14 +510,15 @@
[:div.row
[:div.card.c6
c1
[:br]
[:details
[:summary "code"]
[:summary.bg-neutral "code"]
(to-pre c1)]]
(when c2
[:div.card.c6
c2
[:details
[:summary "code"]
[:summary.bg-neutral "code"]
(to-pre c2)]])])])]))
(defn -main [& _args]

2
brut.min.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -45,7 +45,7 @@ ol {
}
ul > li::marker { font-size: 1.5rem; }
ul { padding: 0; margin-left: 1.5rem; }
summary:hover { cursor: pointer; background: var(--bg2);}
summary:hover { cursor: pointer; }
table { font-size: 1rem; }
.sm { font-size: 0.75rem; line-height: 0.65rem; }