Ticket #31: 31-meta-wporg-glotpress-link-colors.diff
File 31-meta-wporg-glotpress-link-colors.diff, 517 bytes (added by , 11 years ago) |
---|
-
style/wp4.css
35 35 36 36 pre a { font-weight: normal; } 37 37 38 a { color: #21759b; text-decoration: none; font-weight: normal; } 38 a, 39 #wporg-footer ul li a { 40 color: #21759b; 41 text-decoration: none; 42 font-weight: normal; 43 } 39 44 40 a:visited {color:#4ca6cf;} 45 a:visited, 46 #wporg-footer ul li a:visited { 47 color: #4ca6cf; 48 } 41 49 42 50 p a { border-bottom: 1px solid #dfdfdf; } 43 51