uwu

joined 1 year ago
[–] uwu@kbin.social 2 points 1 year ago

Why not watch Helluva Boss? It's free to watch on YouTube and has awesome animations:
Here's the playlist.

[–] uwu@kbin.social 1 points 1 year ago

Hmm, good point. I'm sure that will come with time as people inevitably abuse the openness of the custom CSS and JS.

[–] uwu@kbin.social 1 points 1 year ago

Ahhhhh that would explain it. Excited to go ham once it's possible

[–] uwu@kbin.social 0 points 1 year ago (2 children)

Thanks, though unfortunately that didn't help either as far as I can tell. Appreciate it anyway

[–] uwu@kbin.social 2 points 1 year ago (4 children)

I have this in the custom CSS:

#middle { background: url(https://karab.in/build/images/shape2.png); height: 100%; }

.vote .active.vote__up button  {
  color: #ff8f65;
}

.vote .active.vote__down button  {
  color: #9494ff;
}

But only the background works. Is that how you intended or should it be in a #middle or something? The votes are just both still white. Does the site theme override it?

[–] uwu@kbin.social 0 points 1 year ago (6 children)

Is there a way to implement the vote button colors in the custom CSS and JS inputs in the appearance section of the Magazine Panel?

 

CSS and JS appearance customization

I found a panel in the appearance section of the magazine panel that seems to allow custom CSS and JS to be used to modify the look of a magazine. Is there anywhere I could learn more about that or is it another case of the docs not being there yet or even just the feature not quite working yet?

I see you're able to change the background of a magazine, I assume that you can do the same things you used to be able to do on old.reddit? I don't have enough CSS or JS knowledge to find what can be modified, much less how to go about modifying it but maybe someone has a little bit of insight.