mirror of
https://github.com/gohugoio/hugo.git
synced 2024-12-04 17:26:46 -05: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;
|
||
|
}
|