Skip to content

html: callout color should respect brand #12432

Open
@gordonwoodhull

Description

@gordonwoodhull

We've discussed this internally but I can't find an issue or discussion.

For Typst we have a mapping from bootstrap callout names to brand yml theme colors.

local callout_theme_color_map = {
note = "primary",
warning = "warning",
important = "danger",
tip = "success",
caution = nil -- ?
}

We should generalize this and use it for HTML.

Metadata

Metadata

Labels

brand`_brand.yml`bugSomething isn't workingcalloutsIssues with Callout Blocks.htmlIssues with HTML and related web technology (html/css/scss/js)

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions