Skip to content

Commit

Permalink
spacelab: style links in alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Jul 29, 2013
1 parent f67ba5b commit d6b3a0c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
9 changes: 7 additions & 2 deletions spacelab/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
/*!
* Bootstrap v2.3.2
*
* Copyright 2012 Twitter, Inc
* Copyright 2013 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Designed and built with all the love in the world by @mdo and @fat.
*/

.clearfix {
Expand Down Expand Up @@ -6582,6 +6582,11 @@ div.subnav-fixed {
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.alert a {
color: #ffffff;
text-decoration: underline;
}

.label-important,
.badge-important {
background-color: #cd0200;
Expand Down
6 changes: 3 additions & 3 deletions spacelab/bootstrap.min.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions spacelab/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,11 @@ div.subnav {
font-weight: bold;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

a {
color: @white;
text-decoration: underline;
}
}

.label, .badge {
Expand Down

0 comments on commit d6b3a0c

Please sign in to comment.