summaryrefslogtreecommitdiffstats
path: root/docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_no-js.css
blob: 7991450fef20f2dc0d7e1ba1d221922f13da64b7 (plain)
1
2
3
4
5
6
7
.no-js .needs-js {
  opacity: 0
}
.js .needs-js {
  opacity: 1;
  transition: opacity .15s ease-in;
}