css - Links within tumblr posts not the custom link color in HTML -
i'm using feather 2.0 theme eric hu , i'm having trouble link colors within theme.
the code link follows
<meta name="color:links" content="#529ecc"/> <meta name="color:links hover" content="#97c5e0"/>
but links appear within text posts (or in photo descriptions, etc) show hideous blue- #0000ee. idea why link category isn't applying these particular links?
(basically copying , pasting looks relevant links, i'm sorry, have no clue is)
css:
::-moz-selection { background: {color:links}; color: #fff; text-shadow: none; } ::selection { background: {color:links}; color: #fff; text-shadow: none; } header .links a, header .links a:link, header .links a:visited, header .description a, header .description a:link, header .description a:visited, .post p a, .post p a:link, .post p a:visited, #pagination a, #pageination a:link, #pagination a:visited, ol.notes li a, ol.notes li a:link, ol.notes li a:visited, .question a, .question a:link, .question a:visited { color: {color:links}; } header .links a:hover, header .description a:hover, #pagination a:hover, .post p a:hover, .link h2 a:hover, ol.notes li a:hover { color: {color:links hover}; }
http://static.tumblr.com/anfpypi/cp4mbbi94/feather_2.0_min.css <- embedded in code, have no idea of does, don't know if of it's relevant or not.
Comments
Post a Comment