Invert avatar border in dark mode

This commit is contained in:
Shea Polansky 2020-03-22 13:49:18 -07:00
parent 508b13f563
commit acfc578801
3 changed files with 6 additions and 2 deletions

View file

@ -46,3 +46,7 @@ a:active {
#contentsList hr.separator {
border: solid 1px #363636;
}
img.avatar-border {
filter: invert(100%);
}