|
1 | 1 | $color-tomato: rgb(237, 89, 47);
|
2 | 2 | $color-brighter-tomato: rgb(255, 105, 51);
|
3 | 3 | $color-dark-turquoise: rgb(5, 181, 218);
|
4 |
| -$color-forest-green:rgb(4,166,53); |
| 4 | +$color-forest-green: rgb(4,166,53); |
| 5 | +$color-brighter-forest-green: rgb(0, 184, 80); |
5 | 6 | $color-dark-slate-blue: rgb(60, 92, 153);
|
6 | 7 | $color-dark-gray: rgb(118, 118, 118);
|
7 | 8 | $color-dark-slate-gray: rgb(51, 51, 51);
|
@@ -66,6 +67,11 @@ a, a:hover {
|
66 | 67 | border-color: $color-forest-green;
|
67 | 68 | color: white;
|
68 | 69 |
|
| 70 | + &:hover { |
| 71 | + background-color: $color-brighter-forest-green; |
| 72 | + border-color: $color-brighter-forest-green; |
| 73 | + } |
| 74 | + |
69 | 75 | &.tag {
|
70 | 76 | background-color: white;
|
71 | 77 | color: $color-dark-gray;
|
@@ -115,6 +121,9 @@ a, a:hover {
|
115 | 121 | &:hover.has-background-tomato {
|
116 | 122 | background-color: $color-brighter-tomato !important;
|
117 | 123 | }
|
| 124 | + &:hover.has-background-forest-green { |
| 125 | + background-color: $color-brighter-forest-green !important; |
| 126 | + } |
118 | 127 | }
|
119 | 128 | }
|
120 | 129 |
|
|
0 commit comments