# gutenberg/23.2.1/build/styles/block-library/pullquote/theme.css

Gutenberg, version 23.2.1. 13 lines.

- Page: https://pluginprobe.com/plugins/gutenberg/23.2.1/code/build/styles/block-library/pullquote/theme.css
- Raw: https://pluginprobe.com/plugins/gutenberg/23.2.1/raw/build/styles/block-library/pullquote/theme.css
- Modified: 2026-01-20T14:42:56+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/gutenberg/23.2.1/code/build/styles/block-library/pullquote/theme.css#L10-L20`.

```css
.wp-block-pullquote {
  border-top: 4px solid currentColor;
  border-bottom: 4px solid currentColor;
  margin-bottom: 1.75em;
  color: currentColor;
}
.wp-block-pullquote :where(cite),
.wp-block-pullquote :where(footer), .wp-block-pullquote__citation {
  color: currentColor;
  text-transform: uppercase;
  font-size: 0.8125em;
  font-style: normal;
}
```
