mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-16 21:06:35 +08:00
fix: use higher specificity to avoid !important (#53536)
This commit is contained in:
parent
156896f00d
commit
24e50bcafa
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user