summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-03-22 05:55:11 +0000
committerMatthew Lemon <y@yulqen.org>2024-03-22 05:55:11 +0000
commitd964a581ff29099e2aa4ad57577d19a27d39c212 (patch)
tree1b3d2971d5bd43a92e7b4f833b4c4c24a456bb2b
parent00955575143a081f0a2682025ac8debb551cc83a (diff)
wip
-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;