/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/block-library/src/pullquote/theme.scss
15 строк
295 B
Mukul Singh
Pullquote block: Cannot override cite element style via theme.json (#70260)
03 июн 2025, 14:41
Не верифицирован
03 июн 2025, 14:41
1c7e2d5
Код
Авторство
О чём код?
.wp-block-pullquote { border-top: 4px solid currentColor; border-bottom: 4px solid currentColor; margin-bottom: 1.75em; color: currentColor; :where(cite), :where(footer), &__citation { color: currentColor; text-transform: uppercase; font-size: 0.8125em; font-style: normal; } }