How to generate metrics for dark theme? #1663
Unanswered
WayneHsuCN
asked this question in
Q&A
Replies: 1 comment
-
To customize metrics charts for dark themes, you can add the following snippet to your code to specify custom colors. Replace steps:
- uses: lowlighter/[email protected]
with:
template: markdown
filename: README.md
extras_css: |
div.field { color: green !important; }
h2.field { color: green !important; } This approach allows you to fine-tune the color styling of your charts for better visibility in dark mode. If this resolves your issue, kindly mark this question as answered. 😊 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using metrics generated charts in my homepage, but my homepage has both light and dark modes, now the charts perform well in light mode and lack visibility in dark mode, how to specify the color theme.
Beta Was this translation helpful? Give feedback.
All reactions