forked from nutomic/joinpeertube
Add hover color on bottom links
This commit is contained in:
parent
2ac1cce604
commit
2b362404d5
1 changed files with 4 additions and 0 deletions
|
@ -279,6 +279,10 @@ p > a {
|
||||||
border-bottom: 3px solid $orange;
|
border-bottom: 3px solid $orange;
|
||||||
padding: 3px 5px;
|
padding: 3px 5px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: #ac5806;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue