/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/docusaurus-theme-classic/src/theme/Footer/Logo/styles.module.css
16 строк
358 B
Sébastien Lorber
refactor(theme-classic): split theme footer into smaller components + swizzle config (#6894)
11 мар 2022, 16:55
Не верифицирован
11 мар 2022, 16:55
1efc6c6
Код
Авторство
О чём код?
/** * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ .footerLogoLink { opacity: 0.5; transition: opacity var(--ifm-transition-fast) var(--ifm-transition-timing-default); } .footerLogoLink:hover { opacity: 1; }