3
0
mirror of https://git.coop/cotech/website.git synced 2025-12-20 12:47:33 +00:00

Add hover state to members grid

To match the Figma designs
This commit is contained in:
Chris Lowis
2025-12-17 16:11:07 +00:00
parent 6409ec9734
commit 9737c10781

View File

@ -513,3 +513,8 @@ footer {
.coop-dialog-container {
overflow-y: auto;
}
#members .grid__link:hover .box {
background: black;
border-color: transparent;
}