diff --git a/aiarena/frontend/static/style.css b/aiarena/frontend/static/style.css index 41cd016c..915aaed9 100644 --- a/aiarena/frontend/static/style.css +++ b/aiarena/frontend/static/style.css @@ -1464,4 +1464,8 @@ input[type=text], input[type=password], input[type=email], input[type=number], i width: 84.5%; overflow: hidden; transition: max-height 0.2s ease-out +} + +.private-download-warning { + background-color: rgba(255, 0, 0, 0.6); } \ No newline at end of file diff --git a/aiarena/frontend/templates/base.html b/aiarena/frontend/templates/base.html index f4ec3b9f..4939f858 100644 --- a/aiarena/frontend/templates/base.html +++ b/aiarena/frontend/templates/base.html @@ -120,7 +120,7 @@