1
1
mirror of https://github.com/primer/css.git synced 2024-12-14 06:44:38 +03:00

update hr color

This commit is contained in:
Colin 2020-10-30 15:30:53 -04:00
parent d78d83a2dd
commit e1dfa6f041

View File

@ -45,7 +45,7 @@ hr,
overflow: hidden;
background: transparent;
border: 0;
border-bottom: $border-width $border-style var(--color-border-tertiary);
border-bottom: $border-width $border-style var(--color-border-primary);
@include clearfix();
}