Skip to content

Commit 3888940

Browse files
author
Shane Stebner
committed
added dark colors and adjusted each shade
1 parent 0618f08 commit 3888940

File tree

3 files changed

+41
-17
lines changed

3 files changed

+41
-17
lines changed

src/jAlert-v3.css

Lines changed: 39 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/jAlert-v3.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
$('body').focus();
2323
$('body').blur();
2424

25-
var themes = ['default', 'green', 'red', 'black', 'brown', 'gray', 'blue','yellow'],
25+
var themes = ['default', 'green', 'dark_green', 'red', 'dark_red', 'black', 'brown', 'gray', 'dark_gray', 'blue', 'dark_blue', 'yellow'],
2626
sizes = ['xsm', 'sm', 'md', 'lg', 'xlg', 'full', 'auto'],
2727
backgroundColors = ['white', 'black'],
2828
styles = [], //array of styles that gets joined together with a space between in a style tag on the jalert div

0 commit comments

Comments
 (0)