Added css for horizontal line darkmode
This commit is contained in:
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user