Skip to content

Commit

Permalink
Remove invalid media query
Browse files Browse the repository at this point in the history
The value `no-preference` was never implemented by any browser and has been removed from the specification.

See https://www.w3.org/TR/mediaqueries-5/#prefers-color-scheme and w3c/csswg-drafts#3857 (comment)
  • Loading branch information
edent authored Oct 1, 2024
1 parent fe353ad commit b14fd8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="google-site-verification" content="c1kuD-K2HIVF635lypcsWPoD4kilo5-jA_wBFyT4uMY" />
<link rel="icon" type="image/x-icon" href="https://github.githubassets.com/favicon.ico" media="(prefers-color-scheme:no-preference)">
<link rel="icon" type="image/x-icon" href="https://github.githubassets.com/favicon.ico">
<link rel="icon" type="image/png" href="https://github.githubassets.com/favicons/favicon.png" media="(prefers-color-scheme:light)">
<link rel="icon" type="image/png" href="https://github.githubassets.com/favicons/favicon-dark.png" media="(prefers-color-scheme:dark)">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i" rel="stylesheet">
Expand Down

0 comments on commit b14fd8c

Please sign in to comment.