Skip to content

Commit d08617c

Browse files
committed
Cambio color del borde de los bloques de codigo
1 parent 65eaed6 commit d08617c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

slides/01.pdf

484 Bytes
Binary file not shown.

slides/template.typ

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
// Tamano de texto del codigo cuando esta en un bloque de codigo
6363
show raw.where(block: true): set text(size: 16pt)
6464
show raw.where(block: true): it => block(
65-
fill: rgb("#ebebeb"),
66-
stroke: stroke(thickness: 1pt, paint: rgb("#333333")),
65+
fill: rgb("#f5f5f5"),
66+
stroke: stroke(thickness: 1pt, paint: rgb("#d0d0d0")),
6767
inset: 8pt,
6868
radius: 4pt,
6969
width: 100%,
@@ -110,4 +110,4 @@
110110
#line(stroke: 3pt + white, length: 100%)
111111
#strong(bottom)
112112
]
113-
}
113+
}

0 commit comments

Comments
 (0)