Skip to content

Commit 465181a

Browse files
committed
Updated themes
1 parent f909158 commit 465181a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

themes/galaxy/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Find more themes: https://github.com/linkstackorg/linkstack-themes
33

44
* Theme Name: Galaxy
5-
* Theme Version: 2.0
5+
* Theme Version: 2.1
66
* Theme Date: 2022-06-09
77
* Theme Author: JulianPrieber & LinkStack Team
88
* Theme Author URI: https://github.com/JulianPrieber

themes/galaxy/skeleton-auto.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@
9191
@keyframes transitionAnimation {
9292
0% {
9393
opacity: 0;
94-
transform: translateY(-10px);
94+
top: -10px;
9595
}
9696
100% {
9797
opacity: 1;
98-
transform: translateY(0);
98+
top: 0px;
9999
}
100100
}
101101

0 commit comments

Comments
 (0)