make member button hoverable
This commit is contained in:
parent
73d9e77d42
commit
d64c9fb935
2 changed files with 17 additions and 2 deletions
13
style.css
13
style.css
|
@ -39,6 +39,12 @@ html *
|
|||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.pronouns {
|
||||
font-size: 12pt;
|
||||
opacity: 0.5;
|
||||
margin-left: 0.25cm;
|
||||
}
|
||||
|
||||
.row {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
@ -134,7 +140,12 @@ html *
|
|||
margin-bottom: 0.5cm;
|
||||
min-height: 3cm;
|
||||
min-width: 6cm;
|
||||
width: 32.5%
|
||||
width: 32.5%;
|
||||
transition-duration: 0.2s;
|
||||
}
|
||||
|
||||
.itemcard-stealth:hover {
|
||||
background-color: #e0e0e0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue