summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.html2
-rw-r--r--style.css5
2 files changed, 6 insertions, 1 deletions
diff --git a/index.html b/index.html
index 6e77297..859e1f6 100644
--- a/index.html
+++ b/index.html
@@ -25,9 +25,9 @@
<div class="info">
<p>For information: please contact <a href="#">joanna@joannalemon.com</a></p>
<div class="jumplist">
+ <div align="center"><a href="#">TES Shop</a></div>
<div align="center"><a href="#">Etsy</a></div>
<div align="center"><a href="#">Blog</a></div>
- <div align="center"><a href="#">Another place</a></div>
</div>
</div>
<div>
diff --git a/style.css b/style.css
index c4c28ea..c8c8446 100644
--- a/style.css
+++ b/style.css
@@ -158,6 +158,11 @@ header {
margin-top: 20px;
}
+.jumplist a {
+ font-weight: bold;
+ color: #657c76;
+}
+
h1 {
color: #657c76;
font-size: 2.0rem;