diff --git a/static/js/index.js b/static/js/index.js index 332bc32..3c21087 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -362,7 +362,7 @@ function nextSymbolMatch() { - scrollDiv.height() / 2 + newMatch.position().top + newMatch.height() / 2); - newMatch.effect("highlight", {color: '#FFFF22'}, 750) + newMatch.effect("highlight", {color: '#FFF'}, 750) newMatch.addClass('current'); }; diff --git a/static/sass/index.sass b/static/sass/index.sass index c5c797f..c9eb314 100644 --- a/static/sass/index.sass +++ b/static/sass/index.sass @@ -359,7 +359,7 @@ td#code margin-top: 5px .hll - background: #FFFFD6 + background: #5B5A51 div#hidden-info width: $hiddenInfoWidth diff --git a/templates/index.html b/templates/index.html index 937041f..0457103 100644 --- a/templates/index.html +++ b/templates/index.html @@ -8,7 +8,7 @@ {{ assets.tag("lib/jqueryui.custom.min.css") }} {{ assets.tag("lib/jquery.min.js") }} {{ assets.tag("lib/jquery-ui.min.js") }} - {{ assets.tag("lib/github.css") }} + {{ assets.tag("lib/highlight.css") }} {{ assets.tag("index.css") }}