diff --git a/client/components/tables/UsersTable.vue b/client/components/tables/UsersTable.vue index 79e574d5..63424f87 100644 --- a/client/components/tables/UsersTable.vue +++ b/client/components/tables/UsersTable.vue @@ -192,7 +192,11 @@ export default { } #accounts tr:nth-child(even) { - background-color: #3a3a3a; + background-color: #373838; +} + +#accounts tr:nth-child(odd) { + background-color: #2f2f2f; } #accounts tr:hover { @@ -204,6 +208,6 @@ export default { font-weight: 600; padding-top: 5px; padding-bottom: 5px; - background-color: #333; + background-color: #272727 } \ No newline at end of file