mirror of https://github.com/escalate/hugo-split-theme.git

Felix Boerner
08.05.2024 b3c4b19542c418653ec064460daeacb05fc52eb7
1
2
3
4
5
6
7
8
//-------------------------------------------------------------------------------
// Fade In
//-------------------------------------------------------------------------------
 
@keyframes fadein {
    from { opacity: 0;}
    to   { opacity: 1;}
}