diff --git a/src/views/Project.vue b/src/views/Project.vue index bb2770e..82cc352 100644 --- a/src/views/Project.vue +++ b/src/views/Project.vue @@ -227,6 +227,6 @@ table thead tr th { font-weight: bold; } table thead tr th:hover { - background-color: #f2f2f2; + background-color: var(--color-background-mute); }