go back to lighter red in dark style

contrast is just too low for the "incorporeal red"
This commit is contained in:
Brian S. Stephan 2022-01-03 12:40:30 -06:00
parent 35ea94185b
commit 9d87aab61b
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
1 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ strong {
} }
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
color: #811610; color: #B31D15;
} }
a:link, a:visited { a:link, a:visited {
@ -31,8 +31,8 @@ a:link, a:visited {
} }
a:hover, a:active { a:hover, a:active {
color: #811610; color: #B31D15;
border-bottom: 1px dotted #811610; border-bottom: 1px dotted #B31D15;
} }
div.header { div.header {