commit 76545086a1bbd490a5597a9f9acd2e16b9c593ab parent e46fa0289e3b62f1921ff9cc534b7e6d471e3234 Author: C. Beau Hilton <cbeauhilton@gmail.com> Date: Fri, 24 Jul 2020 20:31:07 -0500 masthead hover color Diffstat:
M | style.css | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/style.css b/style.css @@ -142,6 +142,10 @@ section#masthead h1 a{ text-decoration:none; } +section#masthead h1 a:hover{ + color:#70b433; +} + section#masthead h1 a:visited{ color:#000; text-decoration:none;