diff --git a/static/css/custom.css b/static/css/custom.css index 971be17..25e9b83 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -437,8 +437,4 @@ select:disabled { color: #bbb !important; opacity: 1 !important; cursor: not-allowed; -} - -.card-rezerwa { - border: 2px solid #0dcaf0; } \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index 9ad6736..5aa50ce 100644 --- a/templates/index.html +++ b/templates/index.html @@ -29,7 +29,7 @@ zbiórki{% endif %}{% endblock %} {% set progress_clamped = 100 if progress > 100 else (0 if progress < 0 else progress) %}