From 1042d22cf09aa93e6975d3492d6cb1953ac6bfb3 Mon Sep 17 00:00:00 2001 From: Dan Janosik Date: Wed, 14 Nov 2018 15:29:20 -0500 Subject: [PATCH] styling tweaks for dark theme, fixes #70 --- public/css/bootstrap-dark.css | 4 ++-- public/css/styling.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/css/bootstrap-dark.css b/public/css/bootstrap-dark.css index 799d909..9d029a0 100644 --- a/public/css/bootstrap-dark.css +++ b/public/css/bootstrap-dark.css @@ -73,7 +73,7 @@ body { font-size: 0.875rem; font-weight: 400; line-height: 1.5; - color: #888; + color: #ccc; text-align: left; background-color: #060606; } @@ -1724,7 +1724,7 @@ pre code { } .table-striped tbody tr:nth-of-type(odd) { - background-color: rgba(255, 255, 255, 0.05); + background-color: rgba(125, 125, 125, 0.15) !important; } .table-hover tbody tr:hover { diff --git a/public/css/styling.css b/public/css/styling.css index 041c97c..23f1007 100755 --- a/public/css/styling.css +++ b/public/css/styling.css @@ -249,5 +249,5 @@ footer a:hover { .table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th { - background-color: #fbfbfb; + /*background-color: #fbfbfb;*/ } \ No newline at end of file