Skip to content

Commit d9ac8d4

Browse files
committed
Default borders to currentColor instead of black
To better match browser default behavior.
1 parent 475ad19 commit d9ac8d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/preflight.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ iframe {
533533
*::after {
534534
border-width: 0;
535535
border-style: solid;
536-
border-color: config('borderColors.default', black);
536+
border-color: config('borderColors.default', currentColor);
537537
}
538538

539539
textarea { resize: vertical; }

0 commit comments

Comments
 (0)