Remove brightness filter for em, strong, text

It has the opposite effect for text on dark backgrounds
This commit is contained in:
Thomas Buckley-Houston 2018-06-23 17:07:44 +08:00
parent 0bfd0c48ca
commit f01b72daeb

View file

@ -35,11 +35,6 @@ html * {
font-family: 'BlockCharMono' !important;
}
/* Simulate emphasis because terminals don't usually support bold, italic, etc */
b, em, strong {
filter: brightness(10%);
}
sup, sub {
vertical-align: baseline !important;
}