From 08d23f136fac18ab1e1dd6d03644211958aad376 Mon Sep 17 00:00:00 2001 From: Joyce Chen Date: Sat, 24 Jun 2017 03:48:11 -0400 Subject: [PATCH] Made table headers bold --- assets/css/style.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/style.scss b/assets/css/style.scss index 89f1fb6..b034660 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -15,6 +15,10 @@ header { table { width: auto; + th { + font-weight: bold; + text-align: center; + } tbody tr:nth-of-type(odd) { background-color: rgba(0, 0, 0, .05); border-color: #fff;