Fix AMBER/AMBER+STRICT subtitle confusion on cover mark
This commit is contained in:
parent
2d82db0afc
commit
b7e272c404
@ -170,8 +170,8 @@
|
|||||||
|
|
||||||
#let tlpLightMap = (
|
#let tlpLightMap = (
|
||||||
"RED": (color: rgb("#FF2B2B"), title: "TLP:RED", content: "recipient only"),
|
"RED": (color: rgb("#FF2B2B"), title: "TLP:RED", content: "recipient only"),
|
||||||
"AMBER": (color: rgb("#FFC000"), title: "TLP:AMBER", content: "organisation only"),
|
"AMBER": (color: rgb("#FFC000"), title: "TLP:AMBER", content: "organisation\nand its clients"),
|
||||||
"AMBER+STRICT": (color: rgb("#FFC000"), title: "TLP:AMBER+STRICT", content: "organisation\nand its clients"),
|
"AMBER+STRICT": (color: rgb("#FFC000"), title: "TLP:AMBER+STRICT", content: "organisation only"),
|
||||||
"GREEN": (color: rgb("#33FF00"), title: "TLP:GREEN", content: "within community"),
|
"GREEN": (color: rgb("#33FF00"), title: "TLP:GREEN", content: "within community"),
|
||||||
"CLEAR": (color: rgb("#FFFFFF"), title: "TLP:CLEAR", content: "public")
|
"CLEAR": (color: rgb("#FFFFFF"), title: "TLP:CLEAR", content: "public")
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user