Making WordPress.org

Ticket #31: 31-meta-wporg-glotpress-link-colors.diff

File 31-meta-wporg-glotpress-link-colors.diff, 517 bytes (added by iandunn, 11 years ago)
  • style/wp4.css

     
    3535
    3636pre a { font-weight: normal; }
    3737
    38 a { color: #21759b; text-decoration: none; font-weight: normal; }
     38a,
     39#wporg-footer ul li a {
     40        color: #21759b;
     41        text-decoration: none;
     42        font-weight: normal;
     43}
    3944
    40 a:visited {color:#4ca6cf;}
     45a:visited,
     46#wporg-footer ul li a:visited {
     47        color: #4ca6cf;
     48}
    4149
    4250p a { border-bottom: 1px solid #dfdfdf; }
    4351