W3C home > Mailing lists > Public > public-webrtc-logs@w3.org > February 2021

[webrtc-priority] Spec is broken in dark mode (#18)

From: Martin Thomson via GitHub <sysbot+gh@w3.org>
Date: Mon, 08 Feb 2021 22:14:39 +0000
To: public-webrtc-logs@w3.org
Message-ID: <issues.opened-804013490-1612822477-sysbot+gh@w3.org>
martinthomson has just created a new issue for https://github.com/w3c/webrtc-priority:

== Spec is broken in dark mode ==
The background rule for the editor's draft is:

```css
background: url("https://www.w3.org/StyleSheets/TR/logo-ED") top left no-repeat white; 
```
It should be:

```css
background: url("https://www.w3.org/StyleSheets/TR/logo-ED") top left no-repeat var(--bg);
```

@dontcallmedom probably knows where this belongs, which isn't this repo, I suspect.

Please view or discuss this issue at https://github.com/w3c/webrtc-priority/issues/18 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 8 February 2021 22:14:40 UTC

This archive was generated by hypermail 2.4.0 : Saturday, 6 May 2023 21:19:53 UTC