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