Making WordPress.org

Changeset 11425


Ignore:
Timestamp:
01/11/2022 12:39:51 AM (4 years ago)
Author:
dd32
Message:

Translate: Revert [11424] for now.

See https://github.com/WordPress/wporg-mu-plugins/issues/42

Location:
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/helper-functions.php

    r11424 r11425  
    11<?php
    2 
    3 // Don't load the twentyfifteen styles.
    4 remove_action( 'wp_enqueue_scripts', 'twentyfifteen_scripts' );
    52
    63wp_register_style(
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/style.css

    r11424 r11425  
    4343}
    4444
    45 .site-header a,
    46 .site-header a:link,
    47 .site-header a:visited {
    48     text-decoration: none;
    49 }
    50 
    5145.site-title {
    5246    display: inline-block;
     
    7266}
    7367
    74 .site-header .site-title a {
    75     color: #fff;
    76 }
    7768.site-header .site-title a:hover {
    7869    color: rgba( 255, 255, 255, 0.8 );
    79     border-bottom: none;
    8070}
    8171
     
    322312.actionlist a,
    323313.actionlist a:link,
    324 .actionlist a:visited {
     314.actionlist a:visited,
     315.gp-content a {
    325316    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;
    334317}
    335318
    336319.gp-content a:hover {
    337320    color: #00a0d2;
     321    text-decoration: none;
    338322}
    339323
     
    31243108    background-size: 11px 4px;
    31253109}
    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.