mirror of
https://github.com/web3privacy/w3ps1.git
synced 2024-10-15 16:26:26 +02:00
animation
This commit is contained in:
parent
6b6b6b09df
commit
01723c3544
1 changed files with 2 additions and 2 deletions
|
@ -132,7 +132,7 @@
|
|||
}
|
||||
.topic-item,
|
||||
.topic-item .topic-header {
|
||||
@apply cursor-help transition-all duration-300;
|
||||
@apply cursor-help transition-all duration-500;
|
||||
}
|
||||
.topic-item:hover .topic-header {
|
||||
@apply bg-white text-black;
|
||||
|
@ -184,7 +184,7 @@
|
|||
@apply lowercase;
|
||||
}
|
||||
.topic-item:hover .topic-img {
|
||||
@apply invert;
|
||||
@apply invert transition-all duration-500;
|
||||
}
|
||||
.person-item:hover .speaker-name {
|
||||
@apply lowercase;
|
||||
|
|
Loading…
Reference in a new issue