-
Notifications
You must be signed in to change notification settings - Fork 2
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
SoundDark 0.3.1 - fix colors #9
Comments
9.) Search results "Albums/Playlists" - playlist, tracklist "Not available..." TrackItem hover
Set "background: #f2f2f2;" to "background: #f2f2f200;"
Set "background-color: #111;" to "background-color: #222222;" 💗 |
Hi, thanks for your contribute. Please try to open a pull request instead of open issues and put your code in this. Some example for you if you want to open a PR. Why you have to open PR? Check out contributors. |
Hi @michioxd,
i found some another bad colors.
1.) Lines of notification
After click on "View all notifications" dashed lines are white.
Set to "#333333"
2.) Text "Not available..." on track in Feed
Set "color: #000;" to "#666" and "text-shadow: 1px 1px 1px #fff;" to "#ffffff00"
3.) Playlist "clickToPlay" hover
Set "background: #f2f2f2;" to "background: #f2f2f200"
Set "background: linear-gradient(90deg, hsla(0, 0%, 94.9%, .1), #f2f2f2 17px)" to "background: linear-gradient(90deg, hsl(0deg 0% 94.9% / 0%), #f2f2f200 17px);"
Set "background: #111;" to "background: #11111100;"
Set "background: linear-gradient(90deg, hsla(0, 0%, 94.9%, .1), #111 17px) !important;" to "background: linear-gradient(90deg, hsl(0deg 0% 94.9% / 0%), #11111100 17px) !important;"
4.) Playlist "edit" popup - tracklist time "TrackItem"
Set to "background: linear-gradient(90deg, hsl(0deg 0% 100% / 0%), #111 17px) !important;"
Set "background: linear-gradient(90deg, hsla(0, 0%, 94.9%, .1), #444 17px) !important;" to "background: linear-gradient(90deg, hsl(0deg 0% 94.9% / 0%), #444 17px) !important;"
5.) "Next Pro" creator badge could have the same black 0.80 transparent background color as the others "profileHeaderInfo"
It looks much better.
Set "#303030" to "rgba(0, 0, 0, 0.8)"
Set "#303030" to "#30303000" and "#f3f3f3" to "#f3f3f300"
6.) "title box" style
Maybe it would be great to modify "title box":
to the same style as "dropdownMenu g-z-index-header-menu" "headerMenu profileMenu m-light":
or same style as:
7.) Subpage "Two Factor Authentication" in profile settings
8.) "Cookie Manager" popup
8.) (a) Cookies bar on homepage
Although it disappears when you click "Reject All" (unless cookies are deleted) but it's worth mentioning and fixing.
nuqbe💗
The text was updated successfully, but these errors were encountered: