From 0150d4200818b6ebe2c05c68ddbe3b8db0c4e8a3 Mon Sep 17 00:00:00 2001 From: Joyce Chen Date: Sun, 18 Jun 2017 09:06:06 -0400 Subject: [PATCH] Update style.scss --- assets/css/style.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/assets/css/style.scss b/assets/css/style.scss index df7cfdf..7853aa2 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -12,3 +12,10 @@ header { width: auto; position: static !important; } + +table { + tbody tr:nth-of-type(odd) { + background-color: rgba(0, 0, 0, .05); + border-color: #fff; + } +}