diff --git a/dashboard/src/theme.scss b/dashboard/src/theme.scss index b80597e88..53f60ba7b 100644 --- a/dashboard/src/theme.scss +++ b/dashboard/src/theme.scss @@ -66,6 +66,10 @@ h1, h2, h3, h4, h5, h6, font-weight: 400; } +.table-hover > tbody > tr:hover { + background-color: $body-bg; +} + .text-monospace { font-family: $font-family-monospace; }