/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/docusaurus-theme-classic/src/theme/Icon/Socials/Threads/styles.module.css
14 строк
307 B
Zed Spencer-Milnes
feat(blog): Add author social icons for bluesky, mastodon, threads, twitch, youtube, instagram (#10768)
27 дек 2024, 14:32
Не верифицирован
27 дек 2024, 14:32
43795fc
Код
Авторство
О чём код?
/** * 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. */ [data-theme='dark'] .threadsSvg { fill: var(--light); } [data-theme='light'] .threadsSvg { fill: var(--dark); }