- Timestamp:
- 11/19/2018 09:26:02 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-content/themes/twentynineteen/print.scss
r43904 r43909 94 94 a:link, a:visited, a { 95 95 background: transparent; 96 color: #520;97 96 font-weight: bold; 98 97 text-decoration: underline; … … 101 100 102 101 a { 103 page-break-inside: avoid 102 page-break-inside: avoid; 104 103 } 105 104 … … 122 121 /* Visibility */ 123 122 .main-navigation, 123 .site-title + .main-navigation, 124 124 .social-navigation, 125 125 .site-branding-container:before, … … 129 129 .post-navigation, 130 130 .widget-area, 131 .comment-form-flex { 131 .comment-form-flex, 132 .comment-reply, 133 .comment .comment-metadata .edit-link { 132 134 display: none; 135 } 136 137 .entry .entry-content .wp-block-button .wp-block-button__link, 138 .entry .entry-content .button { 139 color: #000; 140 background: none; 133 141 } 134 142 … … 149 157 .social-navigation li, 150 158 .entry-meta, 151 .entry-title { 159 .entry-title, 160 &#masthead .site-title a { 152 161 color: #000; 153 162 text-shadow: none; … … 179 188 } 180 189 190 .site-header.featured-image .site-featured-image:before { 191 display: none; 192 } 193 181 194 .site-header.featured-image .site-featured-image .post-thumbnail img { 182 195 filter: none;
Note: See TracChangeset
for help on using the changeset viewer.