-
Notifications
You must be signed in to change notification settings - Fork 424
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Style doesn't look like GitHub for Code Blocks / Inline Code #385
Comments
I am having the same issue - it seems that this have been an issue in the past #349 among other issues. I am on version 4.6.2. |
@sebkolind I think you mean 4.6.1 which is the latest release? Anyway, I'm also seeing the same issue on 4.6.1 on macOS. |
@jrolfs ah yes, a typo :) |
Seeing the same issue on
|
Same issue here.
|
what is the latest version that doesn't have this issue? |
Thank you for this very good package! I confirm the issue using fresh installation of grip 4.6.2 on ubuntu-latest github runner (Ubuntu 22.04, python 3.10.12). Please, let me know if there exists a workaround or if I can help to fix the issue. |
I worked around this with the Stylus browser extension. (Available for Firefox and Chrome.) I made a new style for localhost:6419 and took the first block of attributes from the light theme specified in https://github.githubassets.com/assets/light-3e154969b9f9.css and pasted them into a Stylus script as :root. i.e. :root {
--topicTag-borderColor: #ffffff00;
--highlight-neutral-bgColor: #fff8c5;
--page-header-bgColor: #f6f8fa;
...rest of them...
} Now I have colors again. |
I really like the idea of this Project !
Unfortunately, however, the rendered
README.md
isn't quite close to what it is on GitHub.com.Is there some additional Configuration required with Regards to CSS / Stylesheets ?
Example with
grip
(locally):Example on
github.com
(remotely):The code Highlighting / Markup (greyed-box for Code Blocks & Inline Code) is particularly missing 😢.
<code>
CSS Inspect looks different.Locally
<code>
CSS:Remotely
<code>
CSS:Particularly
--bgColor-neutral-muted
appears to NOT be used bygrip
.Stylesheet Issue ?
The text was updated successfully, but these errors were encountered: