This commit is contained in:
tree 2023-04-25 10:22:49 +02:00
rodič 6b6b6b09df
revize 01723c3544
1 změnil soubory, kde provedl 2 přidání a 2 odebrání

Zobrazit soubor

@ -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;