diff options
Diffstat (limited to 'darkly/bootstrap.css')
-rw-r--r-- | darkly/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/darkly/bootstrap.css b/darkly/bootstrap.css index 747a673d..59f6c682 100644 --- a/darkly/bootstrap.css +++ b/darkly/bootstrap.css @@ -2122,7 +2122,7 @@ th { border-bottom-width: 2px; } .table-striped > tbody > tr:nth-child(odd) { - background-color: #303030; + background-color: #3d3d3d; } .table-hover > tbody > tr:hover { background-color: #464545; |