From c269e56f071a4fc14a1460e6a3f8639062e6149f Mon Sep 17 00:00:00 2001 From: calvinqh Date: Wed, 8 Jun 2016 11:36:36 -0400 Subject: [PATCH] Bold table headers on the project list. --- front/current/assets/styles/components/_project-list.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/current/assets/styles/components/_project-list.scss b/front/current/assets/styles/components/_project-list.scss index 397f130..ce855ed 100644 --- a/front/current/assets/styles/components/_project-list.scss +++ b/front/current/assets/styles/components/_project-list.scss @@ -23,7 +23,7 @@ project-list { } th { text-transform: uppercase; - font-weight: normal; + font-weight: bold; text-align: left; color: $gray-02; } -- GitLab