diff options
Diffstat (limited to 'static/css/table.css')
| -rw-r--r-- | static/css/table.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/table.css b/static/css/table.css index 75a961d..854f591 100644 --- a/static/css/table.css +++ b/static/css/table.css @@ -26,6 +26,6 @@ tbody tr { } tbody tr:hover { - background-color: #ff47daa0; + background-color: var(--tr-color); color: #2a2a2a; } |
