add background-color to hr tags
This commit is contained in:
parent
7deeba161b
commit
966aa1938b
1 changed files with 4 additions and 0 deletions
|
@ -143,6 +143,10 @@ a {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Icons */
|
/* Icons */
|
||||||
|
|
Loading…
Reference in a new issue