Update featured link and styling
This commit is contained in:
parent
c30c645a0b
commit
d5c6592947
4 changed files with 20 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue