Changeset 12064 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/css/objects/_prism.scss
- Timestamp:
- 09/15/2022 03:20:41 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/css/objects/_prism.scss
r12061 r12064 2 2 * Custom theme for learn.wordpress.org 3 3 * 4 * Forked from developer.wordpress.org 4 * ⚠️ Forked from developer.wordpress.org. Please make changes in the "Learn Customizations" section at the 5 * bottom, to make syncing upstream easier. 6 * 5 7 * Forked from a11y-dark theme by ericwbailey, which was based on the okaidia theme. 6 8 * … … 9 11 */ 10 12 13 /* stylelint-disable value-keyword-case */ 11 14 $code-font: 12 15 Hack, "Fira Code", Consolas, Menlo, Monaco, "Andale Mono", … … 14 17 "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", 15 18 "Courier New", Courier, monospace; 16 19 /* stylelint-enable value-keyword-case */ 17 20 code[class*="language-"], 18 21 pre[class*="language-"] { … … 247 250 * Learn customizations 248 251 */ 252 253 /* stylelint-disable no-duplicate-selectors -- These are intentionally kept separate, see start of file. */ 249 254 .github-markdown pre.wp-block-code { 250 255 margin-top: 0; 251 256 } 257 258 .wp-code-block-button-container { 259 padding: 0.5rem; 260 261 button { 262 font-size: 0.8rem !important; 263 } 264 265 + pre { 266 padding: 1em; 267 } 268 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)