Closed psschn closed 1 year ago
Other than that though, very good job with the theme. It seems everything has been considered that needs to be adjusted on this very crowded website to achieve such a result. It is a "revelation" for the eyes, especially for spontaneous night buying decisions.
Hi!
Well I can't reproduce it as I don't have any locker hubs nearby and never used that feature. But it's no problem, I'll just trust you. Thank you for the detailed information!
Overall I am neglegting the maintenance of this amazon style more and more, but I will fix things as long as they aren't too big of a change.
The style should be rewritten from scratch, adopting to the amazon style principles. It just grew over the years, using the site and wildly inserting fixes as I come across the little bugs.
I still use the style as I find dark reader's automatic stuff doesn't always meet my expectations. Maybe that will change in the future. However I can only recommend that awesome addon!
https://github.com/stonecrusher/stylus-UserCSS/commit/c0601a1cdd26d6299c52ce941b4cd50560d9f268
Issue: Wrong Text color in Shipping Instruction for Amazon Hub Locker-Orders Style:
@name Amazon Stony Dark @namespace Stonecrusher @author Stonecrusher @version 1.13.13 @homepageURL https://github.com/stonecrusher/stylus-UserCSS/tree/master/amazon @supportURL https://github.com/stonecrusher/stylus-UserCSS/issues @updateURL https://userstyles.world/api/style/4809.user.css @license CC-BY-NC-SA-4.0 @preprocessor stylus
Style-Version from Userstyles.world via StylusI have taken an Order which goes to an Amazon Locker. The Shipping Information, which tell you that you need the App to open the Locker is in a really dark teal green (#002F36) by default. This CSS does not Change the default color, so the text is barely visible. I have already fixt this in my Copy of the Style by adding the following code to the CSS and change the color to a better Teal Green (#50cbdd).
.desktop #shippingAddress-container .shipOdin-instruction, .tablet #shippingAddress-container .shipOdin-instruction { color: #50cbdd; }
It is not a perfect Fix, but it does what is needed to do and works for me. This for your Information for inplement this in the next version.
Screenshot(s)
before: after:
Additional information