fix background transition

This commit is contained in:
Nicolas Constant 2020-06-14 20:41:45 -04:00
parent f6466a5c8f
commit fa0ae59e78
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 2 additions and 2 deletions

View File

@ -274,8 +274,7 @@ $floating-header-height: 60px;
&-follows {
width: calc(100%);
font-size: 13px;
transition: all .7s;
font-size: 13px;
border-bottom: 1px solid #0f111a;;
&__link {
@ -285,6 +284,7 @@ $floating-header-height: 60px;
text-align: center;
display: inline-block;
background-color: #1a1f2e;
transition: all .2s;
&:hover {
text-decoration: none;