From b4e922226f4fc4163a5313919bdfcfac3d5fab85 Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Mon, 17 Oct 2022 21:04:35 -0500 Subject: [PATCH] Change style --- templates/recent-organization.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/recent-organization.html b/templates/recent-organization.html index 1a24f04..ccf193b 100644 --- a/templates/recent-organization.html +++ b/templates/recent-organization.html @@ -6,7 +6,7 @@ border-bottom: 1px gray solid; border-top: none; color: black; - font-weight: bold; + font-weight: 500; display: flex; align-items: center; } @@ -33,7 +33,7 @@ {% for organization in recent_organizations %} - {{ organization.organization }} + {{ organization.organization }} {% endfor %}