1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 00:29:52 +02:00

Fixes #8586: add addional color text classes to apply all of branch colors easily

This commit is contained in:
Mark Otto
2013-07-26 00:18:18 -07:00
parent d604052aa5
commit 210ee63693
4 changed files with 14 additions and 29 deletions

View File

@@ -379,36 +379,24 @@ cite {
color: #999999;
}
a.text-muted:hover,
a.text-muted:focus {
color: #808080;
.text-primary {
color: #428bca;
}
.text-warning {
color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
color: #a47e3c;
}
.text-danger {
color: #b94a48;
}
a.text-danger:hover,
a.text-danger:focus {
color: #953b39;
}
.text-success {
color: #468847;
}
a.text-success:hover,
a.text-success:focus {
color: #356635;
.text-info {
color: #3a87ad;
}
.text-left {

File diff suppressed because one or more lines are too long