From 5994b73b2ed36b366efe30bea599745d2fb9e24d Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Sun, 14 Jun 2020 10:56:57 -0500 Subject: [PATCH] give tables a lighter border --- incorporealcms/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/incorporealcms/static/css/style.css b/incorporealcms/static/css/style.css index f4ce238..a9e3de1 100644 --- a/incorporealcms/static/css/style.css +++ b/incorporealcms/static/css/style.css @@ -99,7 +99,7 @@ table { table, th, td { padding: 5px; - border: 1px solid #222; + border: 1px solid #ccc; margin-bottom: 15px; }