Fix hr
This commit is contained in:
parent
af90f96cfe
commit
8941672089
1 changed files with 3 additions and 2 deletions
|
@ -173,9 +173,10 @@ p {
|
||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
border-top: 1px solid var(--hr-color);
|
color: var(--hr-color);
|
||||||
|
background-color: var(--hr-color);
|
||||||
|
border: none;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
border: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ul ol, ol ol, ul ul {
|
ul ol, ol ol, ul ul {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue