diff --git a/src/components/topbar.pcss b/src/components/topbar.pcss index f91ab710..8403d6ed 100644 --- a/src/components/topbar.pcss +++ b/src/components/topbar.pcss @@ -41,9 +41,10 @@ &:hover { animation-duration: 1s; animation-fill-mode: both; - animation-name: pulse; + animation-name: pulse; } } + .unstarred-svg { fill: #a7b4cc; } @@ -81,9 +82,11 @@ from { transform: scale3d(1, 1, 1); } + 50% { transform: scale3d(1.2, 1.2, 1.2); } + to { transform: scale3d(1, 1, 1); }