Smooth scroll back to top

This commit is contained in:
Marcel Petráň 2019-04-25 00:13:13 +02:00
parent 13d9e0d064
commit 18322e4076
2 changed files with 12 additions and 2 deletions

View file

@ -307,6 +307,16 @@ header{
width: 100%;
z-index: +100;
}
header div.navbar-strip div.navbar-container div.navbar-grid-col a{
color: #4A4A4A;
text-decoration: none !important;
cursor: pointer;
}
header div.navbar-strip div.navbar-container div.navbar-grid-col a:hover{
color: #4A4A4A;
text-decoration: none !important;
cursor: pointer;
}
div.navbar-strip{
margin-top: 1em;
}