get rid of the slight recoloring of bold text

This commit is contained in:
Brian S. Stephan 2022-05-14 23:32:42 -05:00
parent 54b953f5ed
commit 8ac5b25208
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
2 changed files with 0 additions and 8 deletions

View File

@ -9,10 +9,6 @@ body {
background: #111;
}
strong {
color: #EEE;
}
a:link, a:visited {
color: #B31D15;
}

View File

@ -9,10 +9,6 @@ body {
background: #EEE;
}
strong {
color: #111;
}
a:link, a:visited {
color: #811610;
}