Added css for horizontal line darkmode

This commit is contained in:
CommanderRedYT
2020-11-29 03:58:59 +01:00
parent cf512d44d0
commit bd07ca3260

View File

@@ -10,4 +10,8 @@ body.darkMode {
.text-shadow.darkMode {
text-shadow: 1.3px 1.3px #818181 !important;
}
hr.darkMode {
border-color: rgb(144, 144, 144) !important;
}