I'm using the "unstyled" MT style and have altered, somewhat, the colors and layout of my blog. One thing I've been completely unable to do is remove the underlines from my links. It seems that wherever I place
a { text-decoration: none }
it gets superceded by some built-in style sheet. Or something.
Does anyone know how I can change this? Here's the URL for the blog in case you need to take a look:
http://www.thecupboardpamphlet.org/blog/
And here's what I've got in my stylesheet template:
/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/mt-static/themes-base/blog.css);
@import url(/mt-static/themes/unstyled/screen.css);
/* end StyleCatcher imports */
BODY { font-family: "century", "hoefler text", "garamond", times, serif }
A { color: #990000; text-decoration: none }
/* add custom css here */
#header-name { font-size: 40px; letter-spacing: 4px; text-transform: uppercase }
#header-description { letter-spacing: 2px }
.widget-header { font-size: 15px; margin: 5px 5px 5px 5px; }
.widget-content { font-size: 12px; margin: 5px 5px 15px 5px; }
.entry-title { font-size: 20px }
What do I need to do?
Thanks much for your help:
Dave