diff --git a/board/src/main/resources/static/css/articles/table-header.css b/board/src/main/resources/static/css/articles/table-header.css new file mode 100644 index 00000000..61c6cbdc --- /dev/null +++ b/board/src/main/resources/static/css/articles/table-header.css @@ -0,0 +1,5 @@ +/* 게시글 테이블 제목 */ +#article-table > thead a { + text-decoration: none; + color: black; +} \ No newline at end of file diff --git a/board/src/main/resources/templates/articles/index.html b/board/src/main/resources/templates/articles/index.html index 0e1d6a59..3c6f5aa2 100644 --- a/board/src/main/resources/templates/articles/index.html +++ b/board/src/main/resources/templates/articles/index.html @@ -9,6 +9,7 @@ +
@@ -59,10 +60,10 @@| 제목 | -해시태그 | -작성자 | -작성일 | +제목 | +해시태그 | +작성자 | +작성일 |
|---|