Skip to content
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

Fix color contrast some more in privacy warning #3018

Merged
merged 3 commits into from May 12, 2017

Conversation

yiskah
Copy link
Contributor

@yiskah yiskah commented May 12, 2017

Latest master appears to have changed the <strong> to this unreadable grey color.

capture

So this PR makes it look like this:

capture 2

If you want that to be white then it should be pure white. If someone would rather revert this to that strong dark blue color it was before that would be good too.

Latest master appears to have changed the <strong> to this unreadable grey color. If you want that to be white then it should be pure white. If someone would rather revert this to that strong dark blue color it was before that would be good too.
@Gargron
Copy link
Member

Gargron commented May 12, 2017

It was never meant to be white, I am not sure what change did this

@Gargron
Copy link
Member

Gargron commented May 12, 2017

Just make it darken($ui-secondary-color, 65%)

@yiskah
Copy link
Contributor Author

yiskah commented May 12, 2017

It's done.

@Wonderfall
Copy link
Contributor

Wonderfall commented May 12, 2017

I was about to make the same PR, I'm glad I found this one before.
I use darken($ui-highlight-color, 8%) on my instance and it renders very fine. I think it's more "attractive" than darken($ui-secondary-color, 65%).

@@ -236,7 +236,7 @@
font-weight: 400;

strong {
color: darken($primary-text-color, 33%);
color: darken($ui-secondary-color, 65%)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Forgotten ;

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

woops! that's what i get for copy-pasting

@yiskah
Copy link
Contributor Author

yiskah commented May 12, 2017

OK! +;

@Wonderfall
Copy link
Contributor

At least can you provide a screen on how it renders now?

This is how my proposition renders (but it's custom CSS) :

@Gargron Gargron merged commit a1fc2cf into mastodon:master May 12, 2017
@yiskah yiskah deleted the patch-4 branch May 15, 2017 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants