Thanks to whoever (Mr. Atwood?) fixed the dark mode toggle for FF mobile. Really saves my eyes at night!
Same things going on for me on mobile
Me as well.
the CSS rule for the site-text-logo
id selector is missing visibility: hidden;
for whatever reason, causing the underlying YoYoExpert
text used as a link to be displayed as well as the stylized text logo that’s applied in the site-text-logo:after
rule.
before:
after adding an inline rule to add visibility: hidden;
, the text-logo displays correctly
In the meantime, you can use a bookmarklet to fix this with one click, at least on desktop; i haven’t tested if this works in mobile browsers.
Create a bookmark with this as the link:
javascript:(function () { var s = document.createElement('style'); s.innerText = ".d-header #site-text-logo%20{%20visibility:%20hidden%20}";%20document.head.appendChild(s);})();
name it something like “fix yye css”
then when you’ve loaded the page w/ the broken CSS, you can just click on your bookmarklet to fix it
I feel like this must be what it’s like when I talk to non-car people about a problem I diagnosed and fixed on a car earlier that day
I like the broken header….
Yeah I’ve come around to the new @JeiCheetah edition home button design