Website's style #360
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I think you should use Consolas as a default code
font-familyfor better view.That's windows-only, isn't it?
This is the system font stack that GitHub uses for code:
Thanks, I'll just copy those and hope they look good on all platforms (seem fine on Linux)
That declaration seems to be ignored for me on Chrome?
Ugh, indeed. I've followed up with another patch.
Firefox and Safari works now, but still not on Chrome:
Hah, that uncovered an issue in style-mod where
adoptedStyleSheets, which is uses when available (on Chrome) doesn't produce the precedence ordering I expected. Should be fixed now... hopefully.It's working now 👍
Hooray! Great that this uncovered an issue in style-mod and led to a fix.