-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Make blue really blue #19758
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
Make blue really blue #19758
Conversation
|
||
a { | ||
color: inherit !important; | ||
|
||
&:hover { | ||
color: var(--color-primary-dark-1) !important; | ||
color: #3876b3 !important; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should move this into css var ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a number of buttons in templates that use |
There are 95 results in 62 *.tmpl files... |
Will you propose a PR to replace this one? Then close this one. |
I have a feeling that a simple search and replace will work fine yup having just done this on a pull of this PR I think that's correct. |
I'm open, this PR can be edited directly, or accept new PRs for it. |
I'll have a look. |
The
var(--color-primary)
shouldn't be used for color blue, otherwise the blue becomes green in some themes.