mirror of
https://github.com/NullHypothesis/censorbib.git
synced 2025-07-21 05:39:13 -04:00
Add hover animation effect.
This commit is contained in:
parent
a27dfd1c53
commit
1dc5db35bc
1 changed files with 10 additions and 1 deletions
|
@ -82,7 +82,16 @@ const headerTemplate = `
|
|||
}
|
||||
.icon {
|
||||
height: 1em;
|
||||
margin-right: 0.5em;
|
||||
width: 1em;
|
||||
display: inline-block;
|
||||
border-radius: 50%;
|
||||
transition: background-color 0.3s ease;
|
||||
padding: 0.5em;
|
||||
overflow: visible;
|
||||
}
|
||||
.icon:hover {
|
||||
background-color: #ffb772;
|
||||
cursor: pointer;
|
||||
}
|
||||
.icons {
|
||||
float: right;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue