From 092a17975b98a695d8213ffb3cafa132a94a3819 Mon Sep 17 00:00:00 2001 From: Takafumi Yoshida Date: Fri, 10 Nov 2017 14:43:41 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=A2=E3=83=90=E3=82=A4=E3=83=AB=E7=89=88?= =?UTF-8?q?=E3=81=AE=E3=80=8C=E5=85=A8=E5=9B=BD=E3=81=AE=E9=81=93=E5=A0=B4?= =?UTF-8?q?=E3=80=8D=E3=82=92=E9=96=8B=E3=81=84=E3=81=A6=E9=96=89=E3=81=98?= =?UTF-8?q?=E3=82=8B=E3=81=A8=E3=80=81=E4=B8=8B=E7=B7=9A=E3=81=8C=E6=AE=8B?= =?UTF-8?q?=E3=81=A3=E3=81=9F=E3=81=BE=E3=81=BE=E3=81=AB=E3=81=AA=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #196 --- app/assets/stylesheets/custom.scss | 4 ++++ 1 file changed, 4 insertions(+) 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