change color of hr tag in dark theme

This commit is contained in:
igoradamenko
2018-12-16 20:53:15 +02:00
parent 99940567c7
commit de762331f0
@@ -23,6 +23,6 @@
}
hr {
border-color: #393734;
border-color: #2d2d2c;
}
}