site

text for beau's website
Log | Files | Refs

commit a690417295ce833c4e90de7388b0d21ed8476cce
parent 195acaa4633f4b1613c8c2927e3eb2067aebd916
Author: C. Beau Hilton <cbeauhilton@gmail.com>
Date:   Sun, 28 Jun 2020 07:47:24 -0500

dark style

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

diff --git a/style.css b/style.css @@ -158,10 +158,6 @@ section#masthead h1 a{ color:#b9b9b9 } - a{ - color:#368aeb - } - a:hover{ color:#70b433 } @@ -172,5 +168,8 @@ section#masthead h1 a{ .response{ background-color:#444 } + h1,h1 a,h2,h2 a,h3,h3 a,section#masthead h1 a{ + color:#368aeb + } }