From 485307b78e8f8d6082dff115984eff5963446d66 Mon Sep 17 00:00:00 2001 From: Joshua Rubingh Date: Tue, 19 May 2020 11:19:58 +0200 Subject: [PATCH] Add text color red --- .../apps/RUG_template/static/RUG_template/css/base.css | 4 ++++ 1 file changed, 4 insertions(+) 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;