<meta name="color-scheme" content="light only">
in the Before </body>
tag section of Webflow's Custom Code.background-color: #ffffff !important;
).Webflow sites may not display correctly in Samsung Internet Browser's dark mode because the browser forcefully alters styles to create a dark theme. To fix this, you can prevent the browser from overriding your Webflow design.
tag field:
```html\`\`\`
To fix Webflow sites breaking in Samsung Browser's dark mode, add a meta tag to disable forced dark mode and apply custom CSS overrides if necessary. Then, test to ensure your design remains consistent.