Making WordPress.org

Changeset 3001


Ignore:
Timestamp:
04/22/2016 05:34:04 PM (9 years ago)
Author:
coffee2code
Message:

jobs.wordpress.net: Update header and RSS icon colors to match official WordPress.org color palette.

Props ocean90.
Fixes #1680.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/style.css

    r2721 r3001  
    644644}
    645645#masthead {
    646     background-color: #222;
     646    background-color: #23282D;
    647647    overflow: auto;
    648648}
     
    660660}
    661661#subhead {
    662     background-color: #1E8CBE;
     662    background-color: #0073AA;
    663663    overflow: auto;
    664664    padding: 20px 0;
     
    710710    margin-left: 10px;
    711711    padding: 13px 22px;
    712    
     712
    713713}
    714714.main-navigation ul {
     
    784784    line-height: 1.4em;
    785785    margin-right: 0.5em;
     786    color: #F56E28;
     787}
     788.jobs-count .dashicons-rss:hover {
    786789    color: #D54E21;
    787 }
    788 .jobs-count .dashicons-rss:hover {
    789     color: #A54C21;
    790790}
    791791.job-cat-item:before, .search-header:before {
Note: See TracChangeset for help on using the changeset viewer.