Let hr use color_codeborder instead of normal text color.
This commit is contained in:
parent
31851b851c
commit
5db9c6b11b
1 changed files with 5 additions and 0 deletions
|
@ -162,6 +162,11 @@ table th, table td
|
|||
padding: 4px;
|
||||
}
|
||||
|
||||
hr
|
||||
{
|
||||
border-color: var(--color_codeborder);
|
||||
}
|
||||
|
||||
ol ol, ul ul, ol ul, ul ol
|
||||
{
|
||||
padding-inline-start: 20px;
|
||||
|
|
Loading…
Reference in a new issue