From 1e67564ef19ac391b1e0e5f3b1abd332961150db Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Fri, 17 Feb 2017 09:42:32 -0600 Subject: [PATCH] Changed hr color so it can actually be seen --- html-template/slate.bootstrap.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/html-template/slate.bootstrap.css b/html-template/slate.bootstrap.css index 68b858e..03d5d2a 100644 --- a/html-template/slate.bootstrap.css +++ b/html-template/slate.bootstrap.css @@ -5833,6 +5833,9 @@ button.list-group-item-danger.active:focus { border-color: #ddd; border-color: rgba(0, 0, 0, 0.15); } +.well hr { + border-top: 1px solid #444; +} .well-lg { padding: 24px; border-radius: 6px;