mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
7 lines
102 B
CSS
7 lines
102 B
CSS
.no-js .needs-js {
|
|
opacity: 0
|
|
}
|
|
.js .needs-js {
|
|
opacity: 1;
|
|
transition: opacity .15s ease-in;
|
|
}
|