yes, go to your site settings (if you want to apply it across every page)
Here you can insert the following snippet (someone correct me if i’m wrong here)
<!--[if IE]>
<style>
/* IE up to 9 CSS styles go here */
</style>
<![endif]-->
<style>
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
}
</style>