Skip to content

Commit 999e770

Browse files
committed
Add new .icon CSS class to .callout
.icon causes any text with that class to have same colour as callout border. This is for use colouring FontAwesome glyphs in callouts.
1 parent dd38269 commit 999e770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sass/_dd-custom-mixins.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
@mixin callout-setup($color) {
1111
border-left-color: $color;
12-
h1, h2, h3, h4, h5, h6, var, .var, .kwd {
12+
h1, h2, h3, h4, h5, h6, var, .var, .kwd, .icon {
1313
color: $color;
1414
}
1515
}

0 commit comments

Comments
 (0)