From c43fd1ed2f9ee64f0435e634cd4b762905f2d296 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sat, 23 Mar 2024 17:09:42 +0000 Subject: tweaks --- index.html | 2 +- style.css | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index da898de..1b2457b 100644 --- a/index.html +++ b/index.html @@ -166,7 +166,7 @@ I am more than delighted with my hand sewn tree decorations. They are beautifully made, look gorgeous on the Christmas tree, and are much admired by my visitors at Christmas. They are real treasures, a family heirloom to be passed to my daughter when she has her own tree. -

- Helen Stephens, children's book author and illustrator

+

- Helen Stephens, children's book author and illustrator

diff --git a/style.css b/style.css index 02c51f7..4c21a0d 100644 --- a/style.css +++ b/style.css @@ -176,6 +176,7 @@ img { a { font-size: inherit; color: #394f49; + text-decoration: none; } @@ -219,6 +220,12 @@ header { color: #657c76; } +a:hover{ + color: #2c3d38; + text-decoration: underline; +} + + .reviews_quote { font-size: 1.3rem; font-family: "Franklin-Italic"; -- cgit v1.2.3