From 69b78e0014e7141a6778c22eda9df1d9548b84d4 Mon Sep 17 00:00:00 2001 From: Vladimir Zagainov Date: Sun, 1 Jun 2025 17:28:43 +0300 Subject: [PATCH] Update Project.vue --- src/views/Project.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Project.vue b/src/views/Project.vue index eba4024..0d90f49 100644 --- a/src/views/Project.vue +++ b/src/views/Project.vue @@ -223,6 +223,6 @@ table thead tr th { font-weight: bold; } table thead tr th:hover { - background-color: #f2f2f2; + background-color: var(--vt-c-black-soft); }