Skip to content
Snippets Groups Projects

Fix links in dark featured sections

2 files
+ 10
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -59,4 +59,11 @@
@@ -59,4 +59,11 @@
h2, h3, h4, p, li {
h2, h3, h4, p, li {
color:@featured-section-row-dark-color;
color:@featured-section-row-dark-color;
}
}
 
a{
 
color:@featured-section-row-dark-link-color;
 
&:hover,
 
&:focus {
 
color: @featured-section-row-dark-link-color-hover;
 
}
 
}
}
}
 
\ No newline at end of file
Loading