dashboard: sync list hover background with main background

This commit is contained in:
Johannes Zellner
2024-03-28 19:24:45 +01:00
parent 601e868afc
commit c7bf5f2abc
+4
View File
@@ -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;
}