Skip to content

Commit eb8ecb2

Browse files
committed
modified footer.scss
Signed-off-by: Rajiv <[email protected]>
1 parent 2df4592 commit eb8ecb2

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

docs/_sass/footer.scss

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,34 @@
178178
}
179179

180180
&.slack-icon:hover svg {
181-
fill: #4b154b;
181+
.first{
182+
fill:#00bcd4;
183+
}
184+
.second{
185+
fill:#00bcd4;
186+
}
187+
.third{
188+
fill:#e91e63;
189+
}
190+
.fourth{
191+
fill:#e91e63;
192+
}
193+
.fifth{
194+
fill:#ff9800;
195+
}
196+
.sixth{
197+
fill:#ff9800;
198+
}
199+
.seventh{
200+
fill:#4caf50;
201+
}
202+
.eighth{
203+
fill:#4caf50;
204+
}
182205
}
183206

184207
&.github-icon:hover svg {
185-
fill: #000000;
208+
fill:#fff !important;
186209
}
187210

188211
&.rss-icon:hover svg {

0 commit comments

Comments
 (0)