Fix Darkmode Revenant chat color

This commit is contained in:
Wayland-Smithy
2020-06-27 03:37:51 -04:00
parent 9956b7d8c0
commit 80397988a5
@@ -335,9 +335,9 @@ em {font-style: normal; font-weight: bold;}
.purple {color: #9956d3;}
.holoparasite {color: #88809c;}
.revennotice {color: #1d2953;}
.revenboldnotice {color: #1d2953; font-weight: bold;}
.revenbignotice {color: #1d2953; font-weight: bold; font-size: 185%;}
.revennotice {color: #c099e2;}
.revenboldnotice {color: #c099e2; font-weight: bold;}
.revenbignotice {color: #c099e2; font-weight: bold; font-size: 185%;}
.revenminor {color: #823abb}
.revenwarning {color: #760fbb; font-style: italic;}
.revendanger {color: #760fbb; font-weight: bold; font-size: 185%;}