diff --git a/helper.typ b/helper.typ index 050b128..b855e2c 100644 --- a/helper.typ +++ b/helper.typ @@ -170,8 +170,8 @@ #let tlpLightMap = ( "RED": (color: rgb("#FF2B2B"), title: "TLP:RED", content: "recipient only"), - "AMBER": (color: rgb("#FFC000"), title: "TLP:AMBER", content: "organisation only"), - "AMBER+STRICT": (color: rgb("#FFC000"), title: "TLP:AMBER+STRICT", content: "organisation\nand its clients"), + "AMBER": (color: rgb("#FFC000"), title: "TLP:AMBER", 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"), "CLEAR": (color: rgb("#FFFFFF"), title: "TLP:CLEAR", content: "public") )