aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/responsive/_blog_style.scss12
1 files changed, 8 insertions, 4 deletions
diff --git a/app/assets/stylesheets/responsive/_blog_style.scss b/app/assets/stylesheets/responsive/_blog_style.scss
index 73d330f8d..1d27289fc 100644
--- a/app/assets/stylesheets/responsive/_blog_style.scss
+++ b/app/assets/stylesheets/responsive/_blog_style.scss
@@ -1,6 +1,10 @@
-/* Styling for blog */
.blog_post {
- p {
- line-height:180%;
- }
+ h2 a {
+ text-decoration: none;
+ &:hover,
+ &:active,
+ &:focus {
+ text-decoration: underline;
+ }
+ }
}