Oooooh, this is really nifty! Thanks for the ping :)
I've been using this code for a year now and I love it! <3

And we are back, this time with a slightly longer than usual change log :) As usual please let me know if you notice something amiss or would like to suggest a change. I'm also working on a quick and dirty list of which snippets from this Useful Custom CSS Builder by most awesome will work with the code, which are already covered and which will cause conflicts.
V2.0 (08/10/19)
Get version 2.0 of the code >>HERE<<
Oof, good update. Thanks for the ping about the new version!

Thanks for the update! Though I don't know if this is an issue, but I had my hidden morostide theme on, the widget backgrounds on the side stayed orange, I solved this by switching themes though. Just thought I'd mention it~
Thanks for the update!!
You are very welcome 8)
Oh whoops, yeah, that's an... issue. Not a critical one, but like I mentioned, I rewrote a bunch of it and clearly forgot to check with the Morostide theme, haha :') Thanks for letting me know, I will make a note about it for the future!
Yw!
I think netiher of you is in the ping group, but if you are interested there has just been an update :)
Hi, can you show me a screenshot + tell me your browser?
Okay, that's a bit odd. Can you ctrl+f for menu-time
-time {background-color:; color:; font-size:14px; border: solid 1px transparent; border-radius: 2px; margin-left: -42px; margin-top:9px; width:90px; height:auto;}
and increase the width property? 110-120px should do it but let me know how it goes
Great, happy to hear that! :)
Hello! I hope you don't mind me pinging you for this -- I updated my custom CSS to your v2.0 code from v1.3 (!) and noticed that the sidebar-widget-contents now no longer matches the rest of the scheme, even if
-widget-contents {
background-color: transparent !important;
}
I had to change it to this:
-widget-contents {
background-color: !important;
}
I copied the v2.0 code from pastebin entirely, so I'm not sure what's wrong on my end.
I'm using Google Chrome Version 77.0.3865.90.
hey, thanks for pinging me. You ran into a bit of an oversight, I'm guessing you are using the Morostide site theme underneath? It just. does that and I forgot to adjust for it, the default site themes work fine :''')
I didn't think to test it out in other themes; I am indeed using the Morostide layout!
Since it looks like the whiteout items are here to stay, you can use this code to give all transparent human avatars around the site a white background :)
img[src^="https://sapi.subeta.net/avatar"] {background-color: !important;}
, When I try to add the entire code from paste bin, I get this:
Database error - send this to Keith: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't repost/edit to sell / / ---------------------------------------------------' at line 1 (SQL: UPDATE user_var set customcss='' WHERE userid='401602')
That's an apostrophe issue, change all ' to " and it will be happy again. [edit] There's also a backslash issue breaking all icons yayyyyyy
Big report: https://subeta.net/forums.php/read/906452