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

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