fix: meta btn hover color

This commit is contained in:
nevfy 2025-01-22 05:43:54 +03:00
parent 9952f70945
commit eca3371f5a

View file

@ -170,4 +170,8 @@ li:has(input[type="checkbox"]) {
div {
width: 100%;
}
}
.td-page-meta a:hover {
background-color: $primary;
}