Skip to content
Snippets Groups Projects

Update styles for list links and title of user profile

2 files
+ 5
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -28,6 +28,10 @@
margin-top:0;
a {
font-weight:bold;
color:@brand-secondary;
&:hover {
color:darken(@brand-secondary, 10%);
}
}
}
Loading