Update Project.vue

This commit is contained in:
2025-06-01 17:28:43 +03:00
parent f71fe513d2
commit 69b78e0014

View File

@@ -223,6 +223,6 @@ table thead tr th {
font-weight: bold; font-weight: bold;
} }
table thead tr th:hover { table thead tr th:hover {
background-color: #f2f2f2; background-color: var(--vt-c-black-soft);
} }
</style> </style>