From a133bf17354977d8d836413363f7c6ac6be2bdf2 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Mon, 17 Sep 2018 16:58:23 -0400 Subject: [PATCH] Front staff list data field titles are now bold --- css/front.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/front.css b/css/front.css index ca77b84..b477cc9 100644 --- a/css/front.css +++ b/css/front.css @@ -42,6 +42,9 @@ font-size: 24px; text-decoration: none; } +.glm-staff-title{ + font-weight: bold; +} /* Email Modal Styles */ -- 2.17.1