diff --git a/app/templates/nccu/assets/stylesheets/template/base/_default.scss b/app/templates/nccu/assets/stylesheets/template/base/_default.scss index b26bdde..0cbb82d 100644 --- a/app/templates/nccu/assets/stylesheets/template/base/_default.scss +++ b/app/templates/nccu/assets/stylesheets/template/base/_default.scss @@ -3847,8 +3847,8 @@ img { padding-right: 20px; border-right: 1px solid #cfcfcf; font-size: 13px; - font-family: 0.8125rem; - font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; + font-size: 0.8125rem; + font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; } @media screen and (max-width: 767px) { diff --git a/app/templates/nccu/assets/stylesheets/template/modules/announcement.scss b/app/templates/nccu/assets/stylesheets/template/modules/announcement.scss index e30c502..f137f8e 100644 --- a/app/templates/nccu/assets/stylesheets/template/modules/announcement.scss +++ b/app/templates/nccu/assets/stylesheets/template/modules/announcement.scss @@ -271,6 +271,9 @@ $table-th-bgcolor: $theme-color-main; .active { background-color: #005580; color: #FFF; + &:hover { + color: #fff; + } } } diff --git a/app/templates/nccu/assets/stylesheets/template/modules/faq.scss b/app/templates/nccu/assets/stylesheets/template/modules/faq.scss index a461207..a676f6a 100644 --- a/app/templates/nccu/assets/stylesheets/template/modules/faq.scss +++ b/app/templates/nccu/assets/stylesheets/template/modules/faq.scss @@ -43,4 +43,4 @@ } } } -} \ No newline at end of file +} diff --git a/app/templates/nccu/home/page.html.erb b/app/templates/nccu/home/page.html.erb index 1a4ef08..89ce51a 100644 --- a/app/templates/nccu/home/page.html.erb +++ b/app/templates/nccu/home/page.html.erb @@ -21,7 +21,8 @@