mirror of
https://github.com/primer/css.git
synced 2024-12-14 15:10:35 +03:00
update hr color
This commit is contained in:
parent
d78d83a2dd
commit
e1dfa6f041
@ -45,7 +45,7 @@ hr,
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border: 0;
|
border: 0;
|
||||||
border-bottom: $border-width $border-style var(--color-border-tertiary);
|
border-bottom: $border-width $border-style var(--color-border-primary);
|
||||||
@include clearfix();
|
@include clearfix();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user