diff --git a/app/javascript/src/application/pagination.scss b/app/javascript/src/application/pagination.scss index f1e6c09..29fc6a4 100644 --- a/app/javascript/src/application/pagination.scss +++ b/app/javascript/src/application/pagination.scss @@ -19,4 +19,13 @@ .breadcrumb-item.active h4 { color: darkred !important; +} + +.subject-index-body-show h4 a { + color: #1d1a1a !important; + font-size: 20px !important; +} + +.subject-index-body-show h4 a:hover { + color: darkred !important; } \ No newline at end of file diff --git a/app/views/subject_indexes/show.html.erb b/app/views/subject_indexes/show.html.erb index bb62866..4818332 100644 --- a/app/views/subject_indexes/show.html.erb +++ b/app/views/subject_indexes/show.html.erb @@ -1,5 +1,5 @@