Update featured link and styling

This commit is contained in:
Rob Davies 2017-04-25 15:00:09 +01:00
parent c30c645a0b
commit d5c6592947
4 changed files with 20 additions and 3 deletions

View file

@ -22,4 +22,15 @@
font-weight: bold;
padding: 1rem;
text-align: center;
text-transform: uppercase;
a {
color: $dcb-purple;
text-decoration: none;
&:focus,
&:hover {
color: $dcb-grey;
}
}
}