/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
website/src/components/Tweet/styles.module.css
18 строк
336 B
Alexey Pyltsyn
refactor(website): minor fixes and improvements (#7119)
07 апр 2022, 03:33
Не верифицирован
07 апр 2022, 03:33
c669c10
Код
Авторство
О чём код?
/** * 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. */ .tweet { font-size: 15px; } .tweetMeta { color: var(--ifm-color-emphasis-700); } .tweetMeta strong { color: var(--ifm-font-color-base); }