aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorBarry Clark <barry@barryclark.co>2014-07-02 08:46:40 -0400
committerBarry Clark <barry@barryclark.co>2014-07-02 08:46:40 -0400
commit2dd2f78689df65cd42935b22aca97254ef291582 (patch)
tree8b7c8bedda80d91a2a3c8b0c330ab80e86b6bf59 /style.css
parent74f003535247fd1e8330bdd812217bb4ef9545d2 (diff)
downloadacn-blog-2dd2f78689df65cd42935b22aca97254ef291582.tar.gz
acn-blog-2dd2f78689df65cd42935b22aca97254ef291582.tar.bz2
acn-blog-2dd2f78689df65cd42935b22aca97254ef291582.zip
Change visual style of read more links
Diffstat (limited to 'style.css')
-rw-r--r--style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/style.css b/style.css
index 49f6df6..04f9260 100644
--- a/style.css
+++ b/style.css
@@ -223,6 +223,9 @@ nav {
font-style: italic; }
.post .comments {
margin-top: 10px; }
+.post .read-more {
+ text-transform: uppercase;
+ font-size: 15px; }
.wrapper-footer {
margin-top: 50px;