cilium / hubble-ui

Observability & Troubleshooting for Kubernetes Services

Home Page:https://www.cilium.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

opt out of auto dark theme

uhthomas opened this issue · comments

Browsers can automatically generate dark themes from light themes, but it often looks strange and Hubble is no exception. It may be worth opting out of automatic dark themes by explicitly declaring the theme as light.

<head>
<meta name="color-scheme" content="only light">
</head>

https://developer.chrome.com/blog/auto-dark-theme/#using-a-meta-tag

Screenshot from 2023-10-09 23-56-35