File tree Expand file tree Collapse file tree 3 files changed +43
-6
lines changed
Expand file tree Collapse file tree 3 files changed +43
-6
lines changed Original file line number Diff line number Diff line change 22----------------------------------------------------------------------------- */
33.footer-widgets {
44 border-bottom : 1px solid $hr-border-color ;
5- padding : $spacer * 2 0 ;
5+ padding : $spacer * 4 0 ;
66 ul , ol {
77 @include list-unstyled ;
8+ li {
9+ margin-bottom : $spacer ;
10+ }
11+ }
12+ .widgettitle {
13+ margin-bottom : $spacer * 2 ;
14+ }
15+ & .text-muted {
16+ .widgettitle {
17+ color : #fff ;
18+ }
19+ a {
20+ & :hover {
21+ color : #fff ;
22+ }
23+ }
24+ }
25+ & .bg-primary {
26+ a {
27+ & :hover {
28+ color : #fff ;
29+ }
30+ }
831 }
932}
Original file line number Diff line number Diff line change 88 ul {
99 @include list-unstyled ;
1010 }
11+ a {
12+ color : inherit ;
13+ }
14+ & .text-muted {
15+ a {
16+ & :hover {
17+ color : #fff ;
18+ }
19+ }
20+ }
21+ & .bg-primary {
22+ a {
23+ & :hover {
24+ color : #fff ;
25+ }
26+ }
27+ }
1128}
Original file line number Diff line number Diff line change 2626 li {
2727 margin-bottom : $spacer ;
2828 a {
29- color : $body-color ;
29+ color : inherit ;
3030 font-family : $headings-font-family ;
3131 font-weight : $headings-font-weight ;
32- .footer-widgets & {
33- color : $gray-100 ;
34- }
3532 & :hover {
3633 color : $link-color ;
3734 }
3835 }
3936 span {
40- color : $gray-300 ;
37+ color : $text-muted ;
4138 display : block ;
4239 font-family : $font-family-sans-serif ;
4340 font-size : 12px ;
You can’t perform that action at this time.
0 commit comments