fix(article): <hr> should be visible in night theme (#3202)
This commit is contained in:
parent
2108de5052
commit
deb83f71a8
1 changed files with 7 additions and 1 deletions
|
|
@ -477,7 +477,13 @@ article {
|
|||
hr {
|
||||
width: calc(25% + 12px);
|
||||
opacity: 0.1;
|
||||
border: 1px solid black;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
@include themeable(
|
||||
border-color,
|
||||
theme-color,
|
||||
$black
|
||||
);
|
||||
margin: 1.3em auto 1.5em;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue