A default 1px border can look too thin to register as an intentional design element, especially at larger sizes.
⚡ Quick Fix (TL;DR)
The Culprit: A default 1px border can look too thin to register as an intentional design element, especially at larger sizes.
The Fix: Increase the border's width while keeping its color and style unchanged.
.my-element {
border-width: 2px;
} Was this helpful? Thanks for the feedback!
More from the field
Bisect to an Empty Baseline Before Trusting Any Single Theory
.
Multiple plausible-sounding theories for a bug each turned out to be wrong when actually tested – time was spent building fixes…
A Security Dashboard’s Activity Log Can Lag a Full Day Behind Real Time
.
Trying to check a security tool’s activity log for an event that had just happened showed nothing at all.