site

text for beau's website
Log | Files | Refs

commit 32a1fdec4111c2be47c991a76574a316f4b4e630
parent e8b645ea863432610ac5f5ffaa0db7b954b79d14
Author: C. Beau Hilton <cbeauhilton@gmail.com>
Date:   Sun, 28 Jun 2020 19:19:20 -0500

no more underline a, masthead only

Diffstat:
Mstyle.css | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/style.css b/style.css @@ -138,7 +138,12 @@ section#masthead h1{ margin-top:2em; } section#masthead h1 a{ - color:#000 + color:#000; + text-decoration:none; +} + +section#masthead h1 a:visited{ + color:#000; text-decoration:none; }