Making WordPress.org


Ignore:
Timestamp:
03/23/2018 11:39:32 PM (8 years ago)
Author:
coffee2code
Message:

developer.wordpress.org: Match handbook font size and color with those used for team handbooks on make sites.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss

    r6910 r6911  
    17161716
    17171717.single-handbook {
     1718        font-size: 13px;
     1719        font-size: 1.3rem;
     1720
     1721        p, ol, ul {
     1722                line-height: 1.6;
     1723        }
     1724
     1725        .site-main {
     1726                p, ol, ul {
     1727                        font-size: 1.05em;
     1728                        color: #555;
     1729                }
     1730        }
     1731
    17181732        .content-area h1 {
    17191733                margin-top: 0;
     
    17531767        position: relative;
    17541768        color: #555d66;
    1755         font-size: 0.9em;
    17561769        background-color: #fff;
    17571770        box-shadow: 0 0 8px rgba(0,0,0,0.1);
Note: See TracChangeset for help on using the changeset viewer.