Skip to content

Callout border color, around content section only, displays white #182

Open
@RedKimberly

Description

I followed your custom CSS coding to create the example nature callout and another one I created called people. The issue is the bottom border around the content is white instead of color, while the color is correct around the entire border of the callout title. I sincerely apologize if this is a rookie mistake, but I have spent hours searching for a solution. Any help would be greatly appreciated!

Here is the snippet for the one I created called people that has a pink border around the entire title, but white around the content:

.prism-theme .callout[data-callout="people"] > .callout-title {
color: var(--color-pink-text);
background-color: var(--color-pink-base);
border-color: var(--color-pink-tint);
}

.prism-theme .callout[data-callout="people"] > .callout-title .callout-icon .svg-icon {
color: var(--color-pink-text);
}

.prism-theme .callout[data-callout="people"] > .callout-content {
background-color: hsla(var(--color-pink-base-hsl), var(--callout-background-alpha));
border-color: var(--color-pink-tint);
}

.callout[data-callout="people"] {
--callout-icon: heart-handshake;
--callout-color: 224, 27, 185;

Thank you,
Kimberly

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions