Smoother parallax gradient; Easier-to-see scrollbar on hover

This commit is contained in:
James Barnsley
2019-08-26 08:39:19 +12:00
parent d210eae4fa
commit 0ebefe4dd9
8 changed files with 80 additions and 147 deletions

View File

@ -138,7 +138,7 @@ main {
background: colour(grey);
&:hover {
background: darken(colour(grey), 10%);
background: lighten(colour(grey), 10%);
}
}
}