Add hover state to list item

This commit is contained in:
luis cielak 2018-08-28 16:33:30 -04:00
parent eaa8113f95
commit 5ce9355ccf

View File

@ -76,6 +76,10 @@
margin: 0;
max-width: 100%;
&:hover {
color: $color-blue;
}
dd {
width: 94%;
}