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

timeline css: Fix bad color value #3606

Merged
merged 2 commits into from
Jul 20, 2020
Merged

timeline css: Fix bad color value #3606

merged 2 commits into from
Jul 20, 2020

Conversation

ferdnyc
Copy link
Contributor

@ferdnyc ferdnyc commented Jul 14, 2020

This has been bugging me for a while — one of the CSS colors in the .transition styling has a missing hex digit. Fortunately CSS is forgiving enough that it doesn't break the world if we write:

.transition { background-color: #0192c; }

...but it's still a bad value.

It works just fine like this, though:

.transition { background-color: #0192c1; }

@ferdnyc
Copy link
Contributor Author

ferdnyc commented Jul 20, 2020

Ah, yes, now that cx_Freeze is back down to a compatible version and Travis is unfucked, I can merge this 1-character change.

@ferdnyc ferdnyc merged commit 8ebde40 into develop Jul 20, 2020
@ferdnyc ferdnyc deleted the ferdnyc-patch-1 branch July 20, 2020 20:10
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.

1 participant