We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65eaed6 commit d08617cCopy full SHA for d08617c
slides/01.pdf
484 Bytes
slides/template.typ
@@ -62,8 +62,8 @@
62
// Tamano de texto del codigo cuando esta en un bloque de codigo
63
show raw.where(block: true): set text(size: 16pt)
64
show raw.where(block: true): it => block(
65
- fill: rgb("#ebebeb"),
66
- stroke: stroke(thickness: 1pt, paint: rgb("#333333")),
+ fill: rgb("#f5f5f5"),
+ stroke: stroke(thickness: 1pt, paint: rgb("#d0d0d0")),
67
inset: 8pt,
68
radius: 4pt,
69
width: 100%,
@@ -110,4 +110,4 @@
110
#line(stroke: 3pt + white, length: 100%)
111
#strong(bottom)
112
]
113
-}
+}
0 commit comments