refresh site styles

This commit is contained in:
Thomas Park
2018-05-02 20:45:44 -04:00
parent f805307f10
commit 77a8e45aa1
4 changed files with 25 additions and 11 deletions

View File

@@ -1,9 +1,6 @@
(function(){
$(window).scroll(function () {
var top = $(document).scrollTop();
$('.splash').css({
'background-position': '0px -'+(top/3).toFixed(2)+'px'
});
if(top > 50)
$('#home > .navbar').removeClass('navbar-transparent');
else