Added css for horizontal line darkmode
This commit is contained in:
@@ -11,3 +11,7 @@ body.darkMode {
|
|||||||
.text-shadow.darkMode {
|
.text-shadow.darkMode {
|
||||||
text-shadow: 1.3px 1.3px #818181 !important;
|
text-shadow: 1.3px 1.3px #818181 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
hr.darkMode {
|
||||||
|
border-color: rgb(144, 144, 144) !important;
|
||||||
|
}
|
Reference in New Issue
Block a user