diff --git a/app/assets/stylesheets/custom.scss b/app/assets/stylesheets/custom.scss index 487869050..f39f9df10 100644 --- a/app/assets/stylesheets/custom.scss +++ b/app/assets/stylesheets/custom.scss @@ -478,3 +478,7 @@ a { width: 90%; display: inline-block } + +#accordion a:hover { + text-decoration: none; +} \ No newline at end of file