Skip to content

Commit

Permalink
Merge pull request #232 from roblabla/patch-1
Browse files Browse the repository at this point in the history
Fix typo in class name for yellow flash message
  • Loading branch information
ddavison committed May 8, 2015
2 parents 72ceca7 + b8b90ce commit 48fc432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -1163,7 +1163,7 @@
/* === Yellow panel === */
.branch-status.status-pending .discussion-item-icon, .discussion-event-status-renamed .discussion-item-icon,
.state-indicator.renamed, .discussion-topic .branch-status.status-pending, .secret .repo-label span, .compare-pr-placeholder,
.compare-cutoff, .diff-cutoff, .flash.flash-warn, .flash-global.flash-war {
.compare-cutoff, .diff-cutoff, .flash.flash-warn, .flash-global.flash-warn {
background: #383812 !important;
border-color: #884 !important;
color: #aa6 !important;
Expand Down

0 comments on commit 48fc432

Please sign in to comment.