Skip to content

Commit bf2a5cd

Browse files
committed
describe new glow options
1 parent e6ae838 commit bf2a5cd

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ The Web Fonts version does offer [stacking](https://fontawesome.com/how-to-use/o
3333
`glow`
3434
- Adds an outline to the icon for some really fancy layering.
3535
- Defaults to white, with some Bootstrap 3 background color options.
36+
- `glow-black`, `glow-danger`, `glow-warning`, `glow-info`, `glow-success` variations available to force glow color.
3637
- *If you choose to use `glow`, you may need to add your own background color support.*
3738

39+
3840
`data-fa-mask=""`
3941
- Slightly different than the Font Awesome 5 specification.
4042
- The existence of this attribute will **attempt** to set the icon's color to that of the background.

index.htm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ <h2>Layering with <code>glow</code></h2>
164164
<p class="alert alert-success">
165165
<strong>Unique to this CSS solution</strong>, a special <code>glow</code> transform has been added to outline icons.
166166
The outline colour defaults to white, but also takes into account some Bootstrap 3 background classes on parent elements.
167+
You can also use <code>glow-black</code>, <code>glow-danger</code>, <code>glow-warning</code>, <code>glow-success</code>, and <code>glow-info</code> variations to set the glow colour.
167168
<strong>You may need to edit the colour options depending on your template.</strong>
168169
</p>
169170

0 commit comments

Comments
 (0)