A few questions on external link color, bold text color and command pallet hue. #169
Answered
by
Akifyss
StrangeGirlMurph
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
Akifyss
Feb 18, 2024
Replies: 1 comment 8 replies
-
Try importing the following code snippet: body {
--link-external-color: var(--text-accent) !important;
--link-external-color-hover: var(--text-accent-hover) !important;
--bold-color: inherit !important;
}
body:not(.is-phone) div:has(>input.prompt-input) {
border-bottom: 1px solid var(--background-modifier-border) !important;
} |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok I see, you can set its background-color via the following css code:
You can set the link and bold text colors to any color through style settings, including the accent color (by entering its color value).
In terms of transparent problems, this is related to the "style settings" plugin. Style settings will not actively read the current default color, thus if you do not manually set the color, the picker will show as a transparent color.