site

text for beau's website
Log | Files | Refs

commit 62137d2052ee878426a7ecf6658aa181f3313dfe
parent 9d136b3615f413813ea6a1df445221002a9bb261
Author: C. Beau Hilton <cbeauhilton@gmail.com>
Date:   Sun, 28 Jun 2020 20:54:51 -0500

dark text color

Diffstat:
Mstyle.css | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/style.css b/style.css @@ -186,5 +186,9 @@ h2,h3{ h1,h1 a,h2,h2 a,h3,h3 a,section#masthead h1 a{ color:#dedede } + section#masthead h1 a:visited{ + color:#dedede; + text-decoration:none; + } }