commit 369426daa71bec8264adef3ff308843448c5fa06
parent 62137d2052ee878426a7ecf6658aa181f3313dfe
Author: C. Beau Hilton <cbeauhilton@gmail.com>
Date: Mon, 29 Jun 2020 07:23:20 -0500
masthead diff a color
Diffstat:
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/style.css b/style.css
@@ -183,9 +183,13 @@ h2,h3{
.response{
background-color:#444
}
- h1,h1 a,h2,h2 a,h3,h3 a,section#masthead h1 a{
+ h1,h1 a,h2,h2 a,h3,h3 a{
+ color:#368aeb
+ }
+ section#masthead h1 a{
color:#dedede
}
+
section#masthead h1 a:visited{
color:#dedede;
text-decoration:none;