1 Commits

Author SHA1 Message Date
9d87aab61b go back to lighter red in dark style
contrast is just too low for the "incorporeal red"
2022-01-03 12:40:30 -06:00

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 {