diff --git a/public/themes/circlepro/stylesheets/application.css b/public/themes/circlepro/stylesheets/application.css index 6c8bde5..5dfc89d 100644 --- a/public/themes/circlepro/stylesheets/application.css +++ b/public/themes/circlepro/stylesheets/application.css @@ -227,6 +227,7 @@ div.wiki .external { } .cc-window .cc-btn { font-weight: normal; + text-decoration: none; } .cc-window .cc-message { font-size: .92em; @@ -244,6 +245,11 @@ div.wiki .external { font-weight: normal; text-decoration: underline; } +.cc-window a.cc-dismiss:hover { + color: #000; + opacity: 0.9; + transition: all 0.3s ease-in; +} /**********************************************************/ /* 2. FONT ICONS */