Changeset 11425
- Timestamp:
- 01/11/2022 12:39:51 AM (4 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates
- Files:
-
- 2 edited
-
helper-functions.php (modified) (1 diff)
-
style.css (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/helper-functions.php
r11424 r11425 1 1 <?php 2 3 // Don't load the twentyfifteen styles.4 remove_action( 'wp_enqueue_scripts', 'twentyfifteen_scripts' );5 2 6 3 wp_register_style( -
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/style.css
r11424 r11425 43 43 } 44 44 45 .site-header a,46 .site-header a:link,47 .site-header a:visited {48 text-decoration: none;49 }50 51 45 .site-title { 52 46 display: inline-block; … … 72 66 } 73 67 74 .site-header .site-title a {75 color: #fff;76 }77 68 .site-header .site-title a:hover { 78 69 color: rgba( 255, 255, 255, 0.8 ); 79 border-bottom: none;80 70 } 81 71 … … 322 312 .actionlist a, 323 313 .actionlist a:link, 324 .actionlist a:visited { 314 .actionlist a:visited, 315 .gp-content a { 325 316 color: #0073aa; 326 }327 328 .gp-content a,329 .gp-content a:link,330 .gp-content a:visited,331 .gp-content a:hover {332 color: #0073aa;333 text-decoration: none;334 317 } 335 318 336 319 .gp-content a:hover { 337 320 color: #00a0d2; 321 text-decoration: none; 338 322 } 339 323 … … 3124 3108 background-size: 11px 4px; 3125 3109 } 3126 3127 /* New header support - wp4 not loaded */3128 .wporg-make .site-title a:before {3129 -webkit-font-smoothing: antialiased;3130 display: inline-block;3131 font: normal 28px/1 'dashicons';3132 vertical-align: top;3133 width: 36px;3134 }3135 .make-polyglots .site-title a:before { content: '\f326'; }
Note: See TracChangeset
for help on using the changeset viewer.