diff --git a/css/theme-dark.css b/css/theme-dark.css index 6ba524f75..efd0221d7 100644 --- a/css/theme-dark.css +++ b/css/theme-dark.css @@ -8,8 +8,18 @@ a { color: #44a8ff; } +table > thead > tr > th { + background-color: #282828; + color: #e1e1e1; + text-align: center; +} + table { - color: #1c1c1c; + color: #fff; +} + +table > tbody > tr:nth-of-type(odd) { + background-color: #060606; } hr.shaded { @@ -17,7 +27,7 @@ hr.shaded { } div#toc ul { - background-color: #2d2d2d; + background-color: #060606; color: white; } @@ -59,7 +69,7 @@ h4 {color: #808080; } } .nav > li.active > a { - background-color: #347DBE; + background-color: #ED1951; } .nav > li > a:hover {