Ticket #61077: 61077.1.patch
File 61077.1.patch, 933 bytes (added by , 12 months ago) |
---|
-
wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_style.scss
6 6 padding: var(--global--spacing-unit); 7 7 8 8 code { 9 color: var(--global--color-primary);9 color: inherit; 10 10 white-space: pre; 11 11 overflow-x: auto; 12 12 display: block; -
wp-content/themes/twentytwentyone/style.css
1853 1853 } 1854 1854 1855 1855 .wp-block-code code { 1856 color: var(--global--color-primary);1856 color: inherit; 1857 1857 white-space: pre; 1858 1858 overflow-x: auto; 1859 1859 display: block;