Is there a way to stop browsers from rounding border thickness so heavily?
I’ve been attempting to create a border with thickness of about 2.519px on MediaWiki. However, depending on how far I zoom into my browser, the computed border width can range from 2 at 100% to 2.4 at 500%. Is there any way to force browsers to use a more accurate value for the width at 100% using only inline CSS? The detail would not be lost because there’s also a border radius.