hugo/docs/themes/gohugoioTheme/assets/css/_no-js.css
2018-12-12 09:06:42 +01:00

8 lines
102 B
CSS

.no-js .needs-js {
opacity: 0
}
.js .needs-js {
opacity: 1;
transition: opacity .15s ease-in;
}