Added hover effect to latest user on front page.

This commit is contained in:
flash 2019-01-03 01:36:41 +01:00
parent 0cf328c05d
commit cfa18e1a2b

View file

@ -87,9 +87,18 @@
&__latest {
display: flex;
padding: 8px;
padding: 4px;
margin: 4px;
color: inherit;
text-decoration: none;
border-radius: 2px;
transition: background-color .2s, box-shadow .2s;
&:focus,
&:hover {
background-color: fade(#222, 60%);
box-shadow: 0 1px 4px #222;
}
&__avatar {
width: 50px;