summaryrefslogtreecommitdiffhomepage
path: root/setoka.typ
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-10-20 02:32:55 +0900
committernsfisis <nsfisis@gmail.com>2025-10-26 22:47:53 +0900
commit751f595ff1d2142688dc833b4a7ec3e643a5c8a9 (patch)
tree17a32750558e2493f4998dd0341f37647c322b80 /setoka.typ
parent5201520a74d8fa49f77a588204d768d8157f73f7 (diff)
downloadphpstudy-180-slides-751f595ff1d2142688dc833b4a7ec3e643a5c8a9.tar.gz
phpstudy-180-slides-751f595ff1d2142688dc833b4a7ec3e643a5c8a9.tar.zst
phpstudy-180-slides-751f595ff1d2142688dc833b4a7ec3e643a5c8a9.zip
draft2
Diffstat (limited to 'setoka.typ')
-rw-r--r--setoka.typ17
1 files changed, 15 insertions, 2 deletions
diff --git a/setoka.typ b/setoka.typ
index 5dffea8..7a30752 100644
--- a/setoka.typ
+++ b/setoka.typ
@@ -3,7 +3,7 @@
#let slide(..args) = touying-slide-wrapper(self => {
let header(self) = {
set align(top)
- set text(size: 0.3em)
+ set text(size: 14pt)
place(
left + top,
dx: 0.7em,
@@ -19,7 +19,7 @@
}
let footer(self) = {
set align(bottom)
- set text(fill: self.colors.neutral-darkest, size: 0.3em)
+ set text(fill: self.colors.neutral-darkest, size: 14pt)
pad(x: 0.7em, y: 0.7em, {
h(1fr)
context utils.slide-counter.display() + " / " + utils.last-slide-number
@@ -72,6 +72,19 @@
}
},
)
+ set text(size: 14pt)
+ place(
+ left + top,
+ dx: 0.7em,
+ dy: 0.7em,
+ image("./assets/deco.svg", width: 2em, height: 2em),
+ )
+ place(
+ left + top,
+ dx: 3em,
+ dy: 0.7em,
+ image("./assets/deco.svg", width: 1em, height: 1em),
+ )
}
self = utils.merge-dicts(
self,