Skip to content
This repository has been archived by the owner on Apr 18, 2018. It is now read-only.

Commit

Permalink
Fix orange color
Browse files Browse the repository at this point in the history
Fixes #94
  • Loading branch information
volmer committed Sep 26, 2014
1 parent 3148174 commit 110bec0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Bootsy Changelog

## master

* Fix orange color (#94).

## 2.0.10

* Fix event handling for Turbolinks on Internet Explorer (#43).
Expand Down
4 changes: 4 additions & 0 deletions app/assets/stylesheets/bootsy/bootsy.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
color: olive;
}

.wysiwyg-color-orange {
color: orange;
}

.wysiwyg-color-yellow {
color: yellow;
}
Expand Down

0 comments on commit 110bec0

Please sign in to comment.