mirror of
https://github.com/szdytom/LADRSolutions.git
synced 2025-10-20 17:00:16 +00:00
tweak styles
Signed-off-by: szdytom <szdytom@qq.com>
This commit is contained in:
parent
862e404614
commit
e50098518b
@ -124,7 +124,7 @@
|
|||||||
|
|
||||||
#let fancy_term_box(title, value) = {
|
#let fancy_term_box(title, value) = {
|
||||||
box(baseline: 3pt, {
|
box(baseline: 3pt, {
|
||||||
box(fill: theme_color_set.at("30"), inset: 3pt, text([#title], fill: text_color_set.at("100"), font: zhfont_sans, weight: "medium"))
|
box(fill: theme_color_set.at("20"), inset: 3pt, text([#title], fill: theme_color_set.at("100"), font: zhfont_sans, weight: "medium"))
|
||||||
box(fill: theme_color_set.at("80"), inset: 3pt, text([#value], fill: white, font: zhfont_sans, weight: "medium"))},
|
box(fill: theme_color_set.at("80"), inset: 3pt, text([#value], fill: white, font: zhfont_sans, weight: "medium"))},
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
@ -259,7 +259,7 @@
|
|||||||
s
|
s
|
||||||
if type == "proof" {
|
if type == "proof" {
|
||||||
h(1fr)
|
h(1fr)
|
||||||
text(sym.square.filled, fill: theme_color_set.at("80"))
|
text(sym.square.filled, fill: aux_color_set.at("100"))
|
||||||
}
|
}
|
||||||
place.flush()
|
place.flush()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user