From 85de7c04ab66e8029d69b350fbfecd22a8673fc2 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 11 Oct 2023 12:26:55 -0400 Subject: Blog title links --- app/assets/stylesheets/main/entries.scss | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'app/assets/stylesheets/main') diff --git a/app/assets/stylesheets/main/entries.scss b/app/assets/stylesheets/main/entries.scss index 1b2d1c6..b511333 100644 --- a/app/assets/stylesheets/main/entries.scss +++ b/app/assets/stylesheets/main/entries.scss @@ -5,7 +5,7 @@ #blog-post { font-size: 16px; line-height: 24px; - margin: 0 1em; + margin: 0 1em 1em; .blog-title { h2 { @@ -16,6 +16,19 @@ color: #59770e; border-bottom: 1px dotted #CCCCCC; padding-bottom: 3px; + + a { + text-decoration: none; + color: #59770e; + + &:visited { + color: #59770e; + } + + &:hover { + text-decoration: underline; + } + } } } -- cgit 1.4.1