수정할 파일
board.css게시판내 링크 색상 바꾸기
.boardReadBody .xe_content a { color:#000; text-decoration:underline;}
.boardReadBody .xe_content a:hover { color:#077EBE; text-decoration:underline;}
게시판내 댓글의 링크 색상 바꾸기
.feedbackList .item .itemContent .xe_content a { color:#000; text-decoration:underline;}
.feedbackList .item .itemContent .xe_content a:hover{ color:#077EBE; text-decoration:underline;}
확장변수 url 색상 바꾸기 (아래 코드 삽입)
.extraVarsList tr td a{ color:#077EBE;}
.extraVarsList tr td a:hover{ color:#940507;}