a40c26ba by bootflat

.list-group-item color change

1 parent b9ac3bb8
......@@ -1254,7 +1254,7 @@ a.list-group-item-success.active, a.list-group-item-success:hover, a.list-group-
border-color: transparent;
}
a.list-group-item-warning {
color: #543c00;
color: #a17300;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
color: white;
......
......@@ -124,7 +124,7 @@ $list-shadow: 0 1px 2px rgba(0, 0, 0, .2) !defa
border-color: transparent;
}
@at-root a#{&} {
color: darken($list-warning, 50%);
color: darken($list-warning, 35%);
&:hover,
&:focus {
color: $list-background-color;
......
This diff could not be displayed because it is too large.