diff --git a/polyclinic_scheduling/apps/RUG_template/static/RUG_template/css/base.css b/polyclinic_scheduling/apps/RUG_template/static/RUG_template/css/base.css index b258387..9f8d880 100644 --- a/polyclinic_scheduling/apps/RUG_template/static/RUG_template/css/base.css +++ b/polyclinic_scheduling/apps/RUG_template/static/RUG_template/css/base.css @@ -35,6 +35,10 @@ form#new_schedule_form input { width: 100% } +.text-danger { + color: #721c24; +} + .alert-warning { color: #856404; background-color: #fff3cd;