💄style: use divider-color for <hr> & remove border-color

This commit is contained in:
welpo
2023-08-26 21:09:34 +02:00
parent 85fe38f815
commit 1adf2423f3
2 changed files with 1 additions and 3 deletions

View File

@@ -103,7 +103,7 @@ a:not(.no-hover-padding):hover::before {
hr {
border: none;
height: 1px;
background-color: var(--border-color);
background-color: var(--divider-color);
margin: 3.5rem 0 1rem;
}