aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-07-02 08:46:40 -0400
committerGravatar Barry Clark <barry@barryclark.co> 2014-07-02 08:46:40 -0400
commit2dd2f78689df65cd42935b22aca97254ef291582 (patch)
tree8b7c8bedda80d91a2a3c8b0c330ab80e86b6bf59
parent74f003535247fd1e8330bdd812217bb4ef9545d2 (diff)
downloadkompetenzbolzen.github.io-2dd2f78689df65cd42935b22aca97254ef291582.tar.gz
Change visual style of read more links
-rwxr-xr-xscss/style.scss5
-rw-r--r--style.css3
2 files changed, 8 insertions, 0 deletions
diff --git a/scss/style.scss b/scss/style.scss
index b086e4f..ac93e98 100755
--- a/scss/style.scss
+++ b/scss/style.scss
@@ -258,6 +258,11 @@ nav {
.comments {
margin-top: 10px;
}
+
+ .read-more {
+ text-transform: uppercase;
+ font-size: 15px;
+ }
}
.wrapper-footer {
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;