diff --git a/index.bs b/index.bs index 0ecd920..0781e54 100644 --- a/index.bs +++ b/index.bs @@ -94,6 +94,12 @@ spec: WebXR Hit Test Module; urlPrefix: https://immersive-web.github.io/hit-test background-repeat: repeat; background-color: #282828; } + @media (prefers-color-scheme: light) { + .unstable { + background-image: url("data:image/svg+xml,Unstable"); + background-color: #FFF4F4; + } + } .unstable h3:first-of-type { margin-top: 0.5rem; }