site

text for beau's website
Log | Files | Refs

commit 9d136b3615f413813ea6a1df445221002a9bb261
parent be3db320fcc033e5942bc7e228ba80bddf81c47a
Author: C. Beau Hilton <cbeauhilton@gmail.com>
Date:   Sun, 28 Jun 2020 20:53:31 -0500

dark text color

Diffstat:
Mstyle.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/style.css b/style.css @@ -184,7 +184,7 @@ h2,h3{ background-color:#444 } h1,h1 a,h2,h2 a,h3,h3 a,section#masthead h1 a{ - color:#b9b9b9 + color:#dedede } }