- Timestamp:
- 02/13/2019 06:39:59 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/inc/color-patterns.php
r44302 r44739 133 133 134 134 /* 135 * Set leftborder color for:135 * Set border color for: 136 136 * wp block quote 137 * :focus 137 138 */ 138 139 blockquote, 139 140 .entry .entry-content blockquote, 140 141 .entry .entry-content .wp-block-quote:not(.is-large), 141 .entry .entry-content .wp-block-quote:not(.is-style-large) { 142 border-left-color: hsl( ' . $primary_color . ', ' . $saturation . ', ' . $lightness . ' ); /* base: #0073a8; */ 143 } 144 145 /* 146 * Set border color for: 147 * :focus 148 */ 142 .entry .entry-content .wp-block-quote:not(.is-style-large), 149 143 input[type="text"]:focus, 150 144 input[type="email"]:focus, … … 232 226 .editor-block-list__layout .editor-block-list__block .wp-block-quote:not(.is-large):not(.is-style-large), 233 227 .editor-styles-wrapper .editor-block-list__layout .wp-block-freeform blockquote { 234 border- left: 2px solidhsl( ' . $primary_color . ', ' . $saturation . ', ' . $lightness . ' ); /* base: #0073a8; */228 border-color: hsl( ' . $primary_color . ', ' . $saturation . ', ' . $lightness . ' ); /* base: #0073a8; */ 235 229 } 236 230
Note: See TracChangeset
for help on using the changeset viewer.