Making WordPress.org

Changeset 12822


Ignore:
Timestamp:
08/09/2023 07:28:17 PM (14 months ago)
Author:
coffee2code
Message:

Jobs theme: Improve font color contrast ratio.

The reduction of differentiation in font colors is fine since a redesign is in the works.

Props viralsampat, dd32, coffee2code.
See #6695.

File:
1 edited

Legend:

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

    r12800 r12822  
    887887}
    888888.job-categories {
    889     color: #999;
     889    color: #595959;
    890890    line-height: 1.3em;
    891891    border-left: 1px solid #ccc;
     
    979979    right: 2em;
    980980    font-style: italic;
    981     color: #CCC;
     981    color: #595959;
    982982}
    983983.post-field-section-header {
     
    989989.post-field-section-subheader {
    990990    font-style: italic;
    991     color: #CCC;
     991    color: #595959;
    992992}
    993993.post-job, #si_contact_form1 {
     
    10041004    font-style: italic;
    10051005    font-weight: normal;
    1006     color: #BBB;
     1006    color: #595959;
    10071007}
    10081008.post-job input[type="text"],
     
    11231123    margin-top: -1em;
    11241124    margin-bottom: 1.6em;
    1125     color: #999;
     1125    color: #595959;
    11261126    font-style: italic;
    11271127}
     
    15121512        padding-left: 10px;
    15131513        font-size: 12px;
    1514         color: #999;
     1514        color: #595959;
    15151515    }
    15161516    .container .jobs-group .job-location {
Note: See TracChangeset for help on using the changeset viewer.