diff options
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/main/entries.scss | 15 |
1 files changed, 14 insertions, 1 deletions
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 @@ | |||
5 | #blog-post { | 5 | #blog-post { |
6 | font-size: 16px; | 6 | font-size: 16px; |
7 | line-height: 24px; | 7 | line-height: 24px; |
8 | margin: 0 1em; | 8 | margin: 0 1em 1em; |
9 | 9 | ||
10 | .blog-title { | 10 | .blog-title { |
11 | h2 { | 11 | h2 { |
@@ -16,6 +16,19 @@ | |||
16 | color: #59770e; | 16 | color: #59770e; |
17 | border-bottom: 1px dotted #CCCCCC; | 17 | border-bottom: 1px dotted #CCCCCC; |
18 | padding-bottom: 3px; | 18 | padding-bottom: 3px; |
19 | |||
20 | a { | ||
21 | text-decoration: none; | ||
22 | color: #59770e; | ||
23 | |||
24 | &:visited { | ||
25 | color: #59770e; | ||
26 | } | ||
27 | |||
28 | &:hover { | ||
29 | text-decoration: underline; | ||
30 | } | ||
31 | } | ||
19 | } | 32 | } |
20 | } | 33 | } |
21 | 34 | ||