티스토리 키워드 노출되는 것 변경하는 방법
- Blog
- 2013. 5. 7.
티스토리 블로그에는 키워드라는 기능이 있습니다. 알고 사용하면 유용한 기능이죠... 일단, 사용한다는 전제 하에 설명을
드리면...
간단합니다. 아래처럼 적용하시면 됩니다.
style.css 에서 수정해 주시면 됩니다.
/* 키워드 */
.key1 { cursor: pointer; border-bottom: 1px dotted #ccc; }
변경 전
/* 키워드 */
.key1 { cursor: pointer; border-bottom: 1px dotted #06f;
BACKGROUND-COLOR: #e8e8e8;
cursor:pointer;
}