diff --git a/frx_challenges/frx_challenges/settings.py b/frx_challenges/frx_challenges/settings.py index 83896f9..bd0136d 100644 --- a/frx_challenges/frx_challenges/settings.py +++ b/frx_challenges/frx_challenges/settings.py @@ -265,6 +265,7 @@ } }, } +SITE_LEADERBOARD_DESCRIPTION = "" EVALUATION_DISPLAY_CONFIG = [ { diff --git a/frx_challenges/web/static/web/index.scss b/frx_challenges/web/static/web/index.scss index 516e748..fda459f 100644 --- a/frx_challenges/web/static/web/index.scss +++ b/frx_challenges/web/static/web/index.scss @@ -59,7 +59,7 @@ nav.navbar { background-image: linear-gradient(90deg, #058d96 0%, #008a45 100%); background-position: center center; background-size: cover; - background-color: #2c5e77; + background-attachment: fixed; } .table th { diff --git a/frx_challenges/web/static/webpack-output/main.css b/frx_challenges/web/static/webpack-output/main.css index 981eb37..11c68d3 100644 --- a/frx_challenges/web/static/webpack-output/main.css +++ b/frx_challenges/web/static/webpack-output/main.css @@ -11662,7 +11662,7 @@ nav.navbar { background-image: linear-gradient(90deg, #058d96 0%, #008a45 100%); background-position: center center; background-size: cover; - background-color: #2c5e77; + background-attachment: fixed; } .table th { color: #fff; diff --git a/frx_challenges/web/templates/submission/list.html b/frx_challenges/web/templates/submission/list.html index 0d69f3d..54ea74b 100644 --- a/frx_challenges/web/templates/submission/list.html +++ b/frx_challenges/web/templates/submission/list.html @@ -30,7 +30,7 @@
Name |
---|