File tree Expand file tree Collapse file tree 2 files changed +15
-28
lines changed Expand file tree Collapse file tree 2 files changed +15
-28
lines changed Original file line number Diff line number Diff line change @@ -618,31 +618,31 @@ cite {
618
618
color : # c09853 ;
619
619
}
620
620
621
- .text-warning : hover {
621
+ a .text-warning : hover {
622
622
color : # a47e3c ;
623
623
}
624
624
625
625
.text-error {
626
626
color : # b94a48 ;
627
627
}
628
628
629
- .text-error : hover {
629
+ a .text-error : hover {
630
630
color : # 953b39 ;
631
631
}
632
632
633
633
.text-info {
634
634
color : # 3a87ad ;
635
635
}
636
636
637
- .text-info : hover {
637
+ a .text-info : hover {
638
638
color : # 2d6987 ;
639
639
}
640
640
641
641
.text-success {
642
642
color : # 468847 ;
643
643
}
644
644
645
- .text-success : hover {
645
+ a .text-success : hover {
646
646
color : # 356635 ;
647
647
}
648
648
Original file line number Diff line number Diff line change @@ -37,30 +37,17 @@ cite {
37
37
.muted {
38
38
color : @grayLight ;
39
39
}
40
- .text-warning {
41
- color : @warningText ;
42
- & :hover {
43
- color : darken (@warningText , 10% );
44
- }
45
- }
46
- .text-error {
47
- color : @errorText ;
48
- & :hover {
49
- color : darken (@errorText , 10% );
50
- }
51
- }
52
- .text-info {
53
- color : @infoText ;
54
- & :hover {
55
- color : darken (@infoText , 10% );
56
- }
57
- }
58
- .text-success {
59
- color : @successText ;
60
- & :hover {
61
- color : darken (@successText , 10% );
62
- }
63
- }
40
+ .text-warning { color : @warningText ; }
41
+ a .text-warning :hover { color : darken (@warningText , 10% ); }
42
+
43
+ .text-error { color : @errorText ; }
44
+ a .text-error :hover { color : darken (@errorText , 10% ); }
45
+
46
+ .text-info { color : @infoText ; }
47
+ a .text-info :hover { color : darken (@infoText , 10% ); }
48
+
49
+ .text-success { color : @successText ; }
50
+ a .text-success :hover { color : darken (@successText , 10% ); }
64
51
65
52
66
53
// Headings
You can’t perform that action at this time.
0 commit comments