diff --git a/CHANGELOG.md b/CHANGELOG.md index 908ad5f5..c232214d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Bootsy Changelog +## master + +* Fix orange color (#94). + ## 2.0.10 * Fix event handling for Turbolinks on Internet Explorer (#43). diff --git a/app/assets/stylesheets/bootsy/bootsy.css b/app/assets/stylesheets/bootsy/bootsy.css index dea83a1e..bb873112 100644 --- a/app/assets/stylesheets/bootsy/bootsy.css +++ b/app/assets/stylesheets/bootsy/bootsy.css @@ -42,6 +42,10 @@ color: olive; } +.wysiwyg-color-orange { + color: orange; +} + .wysiwyg-color-yellow { color: yellow; }