This commit is contained in:
samantha42
2026-03-22 22:13:28 +01:00
parent b28fe4fde4
commit dd18e552fc
13 changed files with 1656 additions and 43 deletions

View File

@@ -53,12 +53,12 @@
}
#let grad() ={
gradient.linear(ButtonColor,rgb("856FC3"), angle: 180deg)
gradient.linear(black,rgb("3A405A"), angle: 180deg)
}
#let progress(Number)= {
rect(width: 100%, height: 8pt, stroke: grad(), fill: grad(), inset: 0pt)[
#align(end)[#rect(width: (1%*(100-Number)), height: 8pt, fill: TopBannerColor)]
rect(width: 100%, height: 8pt, stroke: rgb("282A2A"), fill: rgb("282A2A"), inset: 0pt)[
#align(end)[#rect(width: (1%*(100-Number)), height: 8pt, fill: white)]
]
}