This commit is contained in:
parent
37f8298cb7
commit
0d50644ede
2 changed files with 96 additions and 18 deletions
|
|
@ -19,12 +19,16 @@ rgb("#E69426"),
|
|||
pirat-color.red,
|
||||
)
|
||||
|
||||
#let highlight-block = block.with(
|
||||
fill: pirat-color.blue,
|
||||
width: 100%,
|
||||
inset: 8pt,
|
||||
radius: 4pt,
|
||||
)
|
||||
#let highlight-block(body) = {
|
||||
set text(fill: white)
|
||||
block(
|
||||
fill: pirat-color.blue.darken(30%),
|
||||
width: 100%,
|
||||
inset: 8pt,
|
||||
radius: 4pt,
|
||||
body,
|
||||
)
|
||||
}
|
||||
|
||||
#let colortest = [
|
||||
#for th in (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue