Skip to content

Commit 598bd63

Browse files
authored
standard.css: code { font-style:normal }
This would make the warning in https://encoding.spec.whatwg.org/#dom-textdecoder-decode look a bit better (to me).
1 parent a88565b commit 598bd63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources.whatwg.org/standard.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ body { margin: 0 auto; padding: 0 2.5em 2em 2.5em; max-width: 80em; background:
4848
.selected-text-file-an-issue { left: 0; right: auto; text-align: left; }
4949
}
5050

51-
code { color: #666666; }
51+
code { color: #666666; font-style: normal; }
5252
dfn code { color: orangered; }
5353
code :link, :link code, code :visited, :visited code { color: orangered; }
5454
pre :link, pre :visited { color: inherit; }

0 commit comments

Comments
 (0)