abritishtimelord said:Hello. I'm sorry if this was asked before; I'm using your first theme (it's amazing, btw.) and wondered if there was a way to remove the borders that show up behind every link? |
Sure :) look for this bit:
a:link, a:active, a:visited {
color: {color:links};
background-color: {color:background};
and exchange {color:background} with transparent, like so:
a:link, a:active, a:visited {
color: {color:links};
background-color: transparent;