trag1c
trag1c
you're great, thanks for creating this :pray:
Doesn't seem to be fixed though?
I have made sure it's not caching, I also have tried looking it up on incognito and on my phone + I asked my friend and my girlfriend to check...
Also used this link (on Brave), friend used Firefox and girlfriend used Chrome I think
What's the deal then :monocle_face:
```css /* note styling */ .admonition.note { border-left-color: var(--blue-4); color: #FFFFFF; } .admonition { background-color: var(--blue-6); } body[data-theme="light"] .admonition.note .literal { color: initial; } .sidebar-logo-container { animation: spinFade 1s cubic-bezier(.35,-0.21,.04,1.52);...
> Is this still broken ~im hoping ignoring the problem made it go away~ Yes
```bash #interactions.html:1 Refused to apply style from 'https://docs.pincer.dev/en/latest/alabaster.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled. #https://www.googletagmanager.com/gtag/js?id=UA-17997319-1 Failed to load...
> if you have ( ) params with a string on each newline, without being comma delimited as well, you don't need to call .join on it, the concatenation is...
🤔 ``` λ ~ :: python -q >>> import platform >>> platform.mac_ver()[0] '14.4' ```