Imagine a basic website design featuring a gray background with white text.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8>
</head>
<body style="background: gray; color: white; font-size:50px;" >
The text should be displayed as white: ☰
</body>
</html>
In this scenario, the text appears in white color as intended, but the hamburger menu icon generated using ☰
seems to show up in a dark, embossed fashion:
https://i.sstatic.net/MnxSq.png
I suspect it might be a custom icon style being substituted. Is there a solution to this issue or an alternative approach that can be taken?