# 2025-04-17-1

Published: Thu, Apr 17, 2025
Tags: css, tip

Quick little improvement for elements that render dark even in light mode and have overflow, force the color-scheme to dark to blend the native form controls a bit better.

```css
pre {
  color-scheme: dark;
}
```

View demo on [Twitter](https://x.com/alexcarp_me/status/1823406174034649137/video/1).
