fix: use higher specificity to avoid !important (#53536)

This commit is contained in:
Oliver Eyton-Williams 2024-02-05 19:09:17 +01:00 committed by GitHub
parent 156896f00d
commit 24e50bcafa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -511,9 +511,9 @@ ToDo: find out why, and remove the need for it */
position: relative;
}
.grid-project-block:hover {
.block-grid.grid-project-block:hover {
cursor: pointer;
background: var(--tertiary-background) !important;
background: var(--tertiary-background);
}
.grid-project-block a.block-header {