mirror of
https://github.com/tiennm99/hugoDocs.git
synced 2026-09-16 16:24:45 +00:00
git-subtree-dir: themes/gohugoioTheme git-subtree-split: 7dd8a302409a20362e4c610798cc19661b336363
8 lines
102 B
CSS
8 lines
102 B
CSS
.no-js .needs-js {
|
|
opacity: 0
|
|
}
|
|
.js .needs-js {
|
|
opacity: 1;
|
|
transition: opacity .15s ease-in;
|
|
}
|