Making WordPress.org

Changeset 5822


Ignore:
Timestamp:
08/18/2017 02:39:42 PM (6 years ago)
Author:
obenland
Message:

Gutenberg: Normalize wp4 styles.

Props melchoyce.
Fixes https://github.com/WordPress/gutenberg-theme/pull/14

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/gutenberg/style.css

    r5803 r5822  
    4242    ## Galleries
    4343# WP.org Header
     44# WP.org Overrides
    4445--------------------------------------------------------------*/
    4546/*--------------------------------------------------------------
     
    927928
    928929/*--------------------------------------------------------------
    929 ## WP.org Header
     930# WP.org Header
    930931--------------------------------------------------------------*/
    931932#wporg-header h1 {
     
    996997    text-decoration: none
    997998}
     999
     1000/*--------------------------------------------------------------
     1001# WP.org Overrides
     1002--------------------------------------------------------------*/
     1003
     1004/* Make sure all headers inherit from Gutenberg styles, not .org styles */
     1005h1, h2, h3, h4, h5, h6 {
     1006    font-family: "Noto Serif", serif;
     1007}
     1008
     1009/* Override the `p a` styling for .org */
     1010.site-title a {
     1011    border-bottom: none;
     1012}
     1013
     1014.site-title a:hover {
     1015    border-bottom-color: #00a0d2;
     1016}
Note: See TracChangeset for help on using the changeset viewer.