Updated themes
This commit is contained in:
parent
f90915898a
commit
465181ac5c
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue