Skip to content

Commit e1b146d

Browse files
committed
Correct wrong border color value
1 parent 9555c54 commit e1b146d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sass/layout/helpers/_separation.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ hr {
112112
}
113113

114114
.border-bottom-gray-dotted {
115-
border-bottom: 1px dotted $color-gray-light;
115+
border-bottom: 1px dotted $color-gray;
116116
}
117117

118118
.border-bottom-dark {

0 commit comments

Comments
 (0)