dashboard
repositories
filestore
activity
search
login
external-software
/
github_gohugo-split-theme
mirror of
https://github.com/escalate/hugo-split-theme.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix: set scrollbar gutter stable
Felix Boerner
12.43.2024
ff73a346dd6f2891d721e367ec0c08982b86bd6e
[external-software/github_gohugo-split-theme.git]
/
assets
/
scss
/
_animation.scss
1
2
3
4
5
6
7
8
//-------------------------------------------------------------------------------
// Fade In
//-------------------------------------------------------------------------------
@keyframes fadein {
from { opacity: 0;}
to { opacity: 1;}
}