網頁自動跟隨瀏覽器顏色模式light dark

卓能文發表於2024-08-22
<html>

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

<body>
  <h1>hello world</h1>
  <span>hello world</span>
  <input type="text" placeholder="hello world">
</body>

</html>

相關文章