mirror of
https://github.com/gohugoio/hugo.git
synced 2025-01-02 16:01:45 +00:00
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;
|
||
|
}
|