Updated themes

This commit is contained in:
Julian Prieber 2023-12-13 18:27:03 +01:00
parent f90915898a
commit 465181ac5c
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
Find more themes: https://github.com/linkstackorg/linkstack-themes Find more themes: https://github.com/linkstackorg/linkstack-themes
* Theme Name: Galaxy * Theme Name: Galaxy
* Theme Version: 2.0 * Theme Version: 2.1
* Theme Date: 2022-06-09 * Theme Date: 2022-06-09
* Theme Author: JulianPrieber & LinkStack Team * Theme Author: JulianPrieber & LinkStack Team
* Theme Author URI: https://github.com/JulianPrieber * Theme Author URI: https://github.com/JulianPrieber

View File

@ -91,11 +91,11 @@
@keyframes transitionAnimation { @keyframes transitionAnimation {
0% { 0% {
opacity: 0; opacity: 0;
transform: translateY(-10px); top: -10px;
} }
100% { 100% {
opacity: 1; opacity: 1;
transform: translateY(0); top: 0px;
} }
} }