#🎨-theme-development

1 messages Β· Page 15 of 1

clear siren
#

so just throw those in front of any selector

nimble spruce
#

D'oh!

#

that was really obvious, my bad

#
.theme-light ::selection {
    background: #e0ebf9; /* text hightlight background color (hex value)*/
}
.theme-dark ::selection {
    background: #3F4D5E; /* text hightlight background color (hex value)*/
}
#

works perfectly, thanks again

#

lol

severe gull
#

@gilded cloak why did you ping me here

gilded cloak
#

Mistyped when pinging someone else
Discord shitcode try not to have ping list move after I stop typing

severe gull
#

Aight

nimble spruce
#

I've changed the width of the channel sidebar, what is the best way to increase the server banner width alongside it?

#

The object-fit property doesn't seem to be working

toxic yew
#
[class*=content_]>[class*=sidebar_],
[class*=bannerImage_],
[class*=bannerImg_] {
    width: 260px;
}
summer adder
#

or maybe a width:auto or width:fixed

nimble spruce
#

neither of those work unfortunately but the width: 260px one did, thank you!

slim lantern
#

Anyone have the CSS classes for the background and icon while Discord is loading? Trying to snipe it but no luck. ^^;

grand surge
#

#🎨-css-snippets message but its more consistent

.container__10dc7, .header__60bef, .scrollerContainer_bf5dbd .container__7590f, .theme-dark .scrollerContainer_bf5dbd, .theme-dark .emptyPage__3e15d, .theme-dark .container__7590f  {
  background-color: var(--home-background) !important;
}
#

and it actually works this snipped didnt even work

little ibex
#

yo, so how do I make custom icons for shit like the deafen icon (I hate the new one)

deft niche
#

replace the svg

little ibex
#

how lmao? (I'm rather dumb in this stuff)

deft niche
#

do you have much/any experience with css?

little ibex
clear siren
#

there are a few ways to replace the icons, one is if you have an svg to replace it with, you can just change the path in css like is done in #🎨-css-snippets

little ibex
#

like with @import type thing?

clear siren
#

other method is making the svg display:none and adding a pseudoelement ::after with your image as the content on some element

#

no @import won't help you here

little ibex
#

ok

clear siren
#

one more way is to make the svg fill transparent and adding your image as a background of the element

little ibex
#

how do I make an svg?

clear siren
#

there are a lot of free svgs online you can use, as well as svg editors online

deft niche
# little ibex how do I make an svg?

an svg is essentially just a shape defined by code, so you can either download one or just manually make one. i assume theres softwares to create some

clear siren
#

if you're hardcore you make svgs with notepad

deft niche
#

fr ‼️

little ibex
#

so, is it an image made in css?

deft niche
#

not css

little ibex
#

whar

deft niche
#

"Scalable Vector Graphics (SVG) is an XML-based markup language for describing two-dimensional based vector graphics"

summer adder
#

i gotta stop making html files with my knowledge of css html <style> body { background-color:darkgreen; content:url(https://files.catbox.moe/t1wq7i.png); width:300; height:300; filter: saturate(5) contrast(300000) brightness(0.1) invert(1); position: fixed; } </style>

little ibex
deft niche
#

exactly

#

like you could zoom in on an svg forever and it would never pixellate

#

because the shape is defined by code you wont ever find detail issues

little ibex
#

OHHHHH

#

ok, that makes a lot more sense

summer adder
#

i should skew the shrek

little ibex
little ibex
#

me omw to learn how to make a whole new discord skin basically

deft niche
#

css is a great thing to know

#

so many places you can apply it

nimble spruce
#

I don't have permission to post in #🎨-css-snippets , so I'll throw it in this channel. Here's my modified ServerColumns theme:

#

Actually, this would probably be easier as a web import:

https://raw.githubusercontent.com/Andrew6rant/Discord-plugins-and-themes/main/CompactServerColumns.theme.css
clear siren
#

neat

solid ore
#

could someone lmk why this doesnt work?

{
  color: var(--text-normal) !important;
}```
solid ore
#

that worked, thank you!

clear siren
#

I now noticed you use devilbro's css for the majority of that

#

I retract my 'neat' statement

glossy aurora
#

oh fuck yes

exotic nexus
#

literally just style*="height: " husk

clear siren
#

also all the performance-minded people are gonna love the selectors

real quarry
#

a reasonable attempt, but more robust testing (and less plagarism code yoinking, according to nvhhr) is needed

clear siren
#

I don't imply plagiarism, I just want to point out that devilbro's css is horror

real quarry
#

edited in light of nuances

nimble spruce
clear siren
#

yeah it's all fine

#

I dunno if anyone has a better implementation of that

nimble spruce
#

Never've used betterfolders plugin so that one is probably on me

terse dew
#

Hello, so I came here to just ask if anybody knows a CSS code that does the same thing as this one but for picture backgrounds.
Not sure in which channel I should be asking this.
#🎨-css-snippets message

deft niche
#

could anyone advise me on how to make a css snippet that replaces every instance of a users pfp with another image?

#

like a specific user account

#
img[src="img1"] {
  content: url("img2");
}
``` i tried this but nothing is replacing
#

obviously img1 and img2 are replaced with actua image links

exotic nexus
#

i think so

deft niche
#

oh awesome, thanks

#

is it possible to reference a local file using css? i assume i need to put the file in a specific directory

exotic nexus
#

nop

deft niche
#

damn πŸ˜”

clear siren
#

holy fuck what.. someone on support asking how to set a background for discord, and I just decided to see if there's a simple theme to achieve that

#

over 7000 lines to set a background and some colors for discord

#

hahahah

#

why is that even called basicbackground and claiming "without greatly altering" when it does way more than just set a background

mortal mantle
#

how

#

7000 lines

#

doesnt he know that changing the --brand-experiment variable is the fastest solution

deft niche
slim lantern
#

I dunno how people use backgrounds with so much stuff going on.

#

Makes text hard to read.

vast delta
#

not sure if this one works as well, i havent been cssing for a few days

clear siren
#

I do something similar, setting pretty much all background vars to transparent and having a background on body with an extra layer on #app-mount to tone it

#

then readding backgrounds back in to some elements manually

vestal field
#

definitely not that that simple of a theme if you want to make it look good though

clear siren
#

yeah, I think I might be able to do it in about 6000 lines

neon crown
#
[class*="heading-md-semibold"],
[class*=text],
[class*=input_],
[class^=topic_],
[class^=name_],
[class*=item_],
[class*=description_]
 { font-size: 20px !important; }

i noticed that this changes most things but some things like the text when hovering servers and statuses are left unchanged, i'm not very familiar with css so how can i locate the name of the class i want to target? within discord

ashen sable
#

if you are a Compact mode user you'll probably like it, if you are not perhaps it'll make you switch ;)

#

didn't add screenshots yet

#

that's how it looks though

#

feedback welcome

clear siren
#

for server hover text and other tooltips add [class*=tooltip_] as a selector

#

but yeah to locate selectors, you use devtools (ctrl+shift+i) but you should enable nodevtoolswarning plugin first

#

and for popups that go away and stuff like that it is useful to have f8break plugin that freezes discord when you have a popup or something open

neon crown
#

alright, where in the dev tools should i look to find the classes?

#

i'm not seeing much but it's also kinda slow and hard to see

clear siren
#

you click this button and then the element you want to modify

neon crown
#

holy shit that's way easier than whatever i was doing

#

when did they put that there

clear siren
#

but you might have to go up or down the tree to get the proper element you need

ashen sable
neon crown
#

the amount of times i have not used that at all

clear siren
#

haha

dark dragon
#

You've got to be careful how much you increase the font size on some things. It can mess with some of the scroll boxes due to how they did all that

neon crown
#

yeahh

#

i can't seem to find the class for usernames

clear siren
#

usernames in messages?

neon crown
#

yup

dark dragon
#

You should be able to increase those with the font size slider in settings, save yourself some effort

neon crown
#

trying to avoid that tbh

clear siren
#

.username_d30d99 is the class you probably want

#

the fonsize slider in settings messes with things in a way I dislike

neon crown
#

agree

neon crown
clear siren
#

that should work but is unnecessary to do it this way

neon crown
#

oh i think it's just my username that looks much smaller to me, it does work lol

clear siren
#

and in general, MDN is your best friend when doing css

ashen sable
#

why not just .username_d30d99

clear siren
#

they're just copying the format from the other selectors

clear siren
#

no :)

vast delta
#

:3

deep bane
#

Shitty way to hide this (It's shitty cause it's made by me)

.containerDefault__23a29:has(.iconVisibility__78804.wrapperStatic__026af.wrapperCommon_d71dee),
.containerDefault__3187b:has(.iconVisibility__62ab5.wrapper__7bcde.typeVoice_f4ba92),
.sectionDivider__68d2a {
  display:none;
}
sacred anchor
#

Yo guys

#

I want to make a one-color theme for my discord

#

Any guides on getting started?

deep bane
#

Maybe decent way to hide community hub

.listItem_fa7b36:has(.pill__13f64) { 
  display: none !important;
}```
sacred anchor
#

I want to code my own

deep bane
#

do you want to have it for your personal use or do you want to publish it so other people can use it too

deep bane
sacred anchor
deep bane
# sacred anchor Personal use first and then making it public

Well then if you want to make it public some day you'll probably have to start from 0 which would take a lot of time to get the theme to look nice, which i can't really help you with, but if you JUST want it for personal use then you can probably take a theme that you like and just edit it to the color you like

#

the only advice i could give you is probably just to use the console (inspect element) in your browser which you probably know about

deep bane
upbeat hemlock
grand surge
#

can anyone help me with an issue

deep bane
grand surge
#

I wanna get my background to work on my themes

deep bane
grand surge
#

theme*

#

It isnt my theme but I really liked it and I wanna get it back

deep bane
#

i will be able to help you in around 10 minutes since im doing something right now

grand surge
#

alr

#

no worries

deep bane
grand surge
#

uh 1 se

#

sec*

deep bane
#

what theme is it...

grand surge
#

oh sorry

#

its from like 2022

deep bane
#

do you just want the background to be working or?

grand surge
#

yeah I just want the background

deep bane
#

This makes it the background but you would have to make a lot of elements transparent in order to see it behind the chat and etc.

.bg__12180 {
    background: var(--background);
    background-position: var(--backgroundposition, center);
    background-size: var(--backgroundsize, cover);
}```
grand surge
#

thank you

deft niche
#

hey, so im changing the background color of mentioning messages by re assigning the --mention-background property, but whenever you hover on the message, the color changes back to yellow. Any ideas?

teal cave
#

there is also --mention-background-hover

deft niche
#

ahhh ok thanks!

clear siren
#

you can also set hover pseudoclass on elements in devtools by rightclicking an element

#

but often it's not the right element to set :hover on

deft niche
clear siren
#

lol

vast delta
#

all oneko snippets have been standardised and work on newest classes

fierce oxide
#

Im wondering if anyone here does themes?
I wanna use a video for a background and need to know how to do so?

#

Please ping me for the answer if anyone knows how to. I need to sleep. Am too tired to stay awake. Sorry SMU_UsagiNervousHehe

leaden folio
#

is there a significant performance difference between using @import and just having the css in a file on my machine?

sacred anchor
sacred anchor
#

so I made a css file for a lite blue background of discord.

#

how do I set it to light blue now?

dark dragon
exotic nexus
#

depends on what's being imported

#

not necessarily how nested they are unless theres like hundreds of them

dark dragon
#

Imports inside other imports can only be downloaded sequentially, it should be avoided

vast delta
#

you can do gifs

vast delta
#

only difference it makes is that large CSS files may take some time on extremely slow connections

vast delta
deft niche
mortal mantle
#

Lies

long sundial
shell grail
simple kiln
#

hmm

deep bane
vast delta
#

when you fucking see it

deep bane
deep bane
vast delta
#

what exactly are you trying to hide

deep bane
#

look at the image

#

πŸ’€

vast delta
#

the image contains a billion different things you might wanna hide

#

πŸ’€

clear siren
#

wtf even is that selector

vast delta
#

superskull

clear siren
deep bane
clear siren
#

ublock element picker πŸ’€

deep bane
#

ye

#

bit modified

#

but it works

vast delta
deep bane
vast delta
#

that code

#

will work

deep bane
#

yea, exactly

vast delta
#

whitename

deep bane
#

now i realised it hides any voice channel with a person in it

#

This should*?* work

[class^=bar__]:has([class^=voiceChannelsIcon__]),
.containerDefault__3187b:nth-last-of-type(1),
.sectionDivider__68d2a:nth-last-of-type(2),
.wrapperCommon_d71dee.wrapperStatic__026af.iconVisibility__78804 > .container_de798d.name__590d6 > .overflow__87fe8 {
  display: none !important;
}
```Before / After
vast delta
#

join a vc so i can see @deep bane

deep bane
#

no trolley

vast delta
deep bane
clear siren
deep bane
mortal mantle
#

actually accurate time

clear siren
deep bane
clear siren
deep bane
clear siren
#

only really works on vesktop because I use oklch() for colors

#

but feel free to experiment with my silly code

deep bane
#

damn, i cant use vesktop cause i need push to talk unfocused

deep bane
clear siren
#

roboto mono

#

I use it everywhere

#

good and legible monospace font

deep bane
#

@clear siren What does the /.9 do?

clear siren
#

it's the alpha value

deep bane
#

thanks πŸ™

#

im assuming its just 90% right?

oblique night
#

how do I get code blocks to have the language used in the top left?

oblique night
exotic nexus
#

only on desktop i believe

deep bane
#

what version of vencord are you on

oblique night
#

Vencord D629281 (Web)

deep bane
#

then ig its only on desktop

oblique night
#

ok

clear siren
#

works with rgb or hsl the same way

#

I just prefer oklch

#

used to use hsl() for colors but oklch is the best

deep bane
#

yeah im in the process of converting it to rgb (idk why rgb i just picked it cause theres a converter online)

#

what theme

#

its cause its using colors not supported by discodr or some stuff

#

im converting it into rgb/a

#

@clear siren is /1 in oklch 100% in rgba?

clear siren
#

and in rgb or hsl

#

rgb(255 255 255 / 1) is the same

#

it's the new syntax

deep bane
#

@clear siren

clear siren
#

yeah?

deep bane
#

its margin

clear siren
#

yeah I dunno what happened there

glossy aurora
deep bane
#

did someone move channels or am i tripping

glossy aurora
#

wdym

deep bane
#

channels

#

channel list

#

nvm

#

what is the oneko thingy btw

clear siren
deep bane
#

anyone know this theme

clear siren
#

yeah it works for that too but the skin I made is incomplete

deep bane
clear siren
#

oh, no idea

deep bane
#

:(

mortal mantle
#

probably Material you theme

clear siren
#

it "works" for me although not sure what it's supposed to achieve

#

where do you want the button to be

sour finch
grand surge
#

How does one gain access to CSS snippets?

clear siren
#

post good css and someone might give you snippet dev role

grand surge
#

Improved Social Linkscss @import url(https://stevencaior.github.io/discord_themes/addons/SocialLinks_SourrR34.css);

#

This good enough?

edgy sentinel
#

has anyone in the entire history of the world ever clicked on those links

exotic nexus
#

absolutely not

#

i'll be honest i didnt know those existed until now

clear siren
#

same tbh

grand surge
exotic nexus
grand surge
#

Oh lol

edgy sentinel
#

please add a semicolon at the end

#

then u can post it

grand surge
#

done

#

thanks

solid ore
#

tbh id rather have a snippet hiding those social links than one making them more prevalent

grand surge
#
.socialLinks_c1fc99{
  display: none;
}```
prisma garden
#

So, I use a semi-transparent theme, and when I'm in one of those forum channels the header goes over the text in a weird way (image below)

#

how would I make it so that the header fully covers up the text underneath it whilst still keeping that background image?

#

I want it to act how channel headers do

#

where it covers up the text and still has the image background

grand surge
supple jacinth
#

Or look at the css of the header

grand surge
#

and maybe won't work well with different zoom levels

#

the latter seems like a safer approach

prisma garden
#

I've looked at the css for both and I didn't notice any difference (other than some margins)

#

I'll check again though

supple jacinth
grand surge
#

the chat is taller than its parent container

#

which has overflow-x set to hidden

#

and the height of the container is set to end at the header section

#

so you can try taking the height of the container (.chatContainer__23434 ?) and setting the height to be height: calc(100% - height of the forum thing)

supple jacinth
#

Good idea

prisma garden
#

trying that rn

prisma garden
#

discord has the divs structured very weirdly

#

When I figure out a hacky spaghetti-code solution I'll put it here

frosty crest
#

i didnt feel like retyping

deep bane
#

can you send us the code

#

cause i dont feel like retyping it

frosty crest
#

lol yeah xD

#
[class="markup_a7e664 messageContent__21e69"] {
   background: linear-gradient(to right, #ff84d8, #447cf5);
   background-clip: text;
   -webkit-background-clip: text;
   color: transparent;
}```
deep bane
frosty crest
#

uhh, its the one vencord theme is using one sec

frosty crest
vast delta
#

try making color white and see if it is still Invisible

frosty crest
#

when i make the color anything other than transparent it changes everything to to that color

#

I tried to specify the 'text-decoration-color:' but it just reverted it to the base color im using

deep bane
#

i found this

#
s {
  background: -webkit-linear-gradient(bottom, transparent calc(.5em - 1px), red calc(.5em - 1px), red .5em, transparent .5em);
  background-size: 100% 1em;
}```
#

seems to work a bit

#

(add to quick css not replacing your old one)

frosty crest
#

maybe

#

ok yeah that works

deep bane
# frosty crest ok yeah that works
s {
  background: -webkit-linear-gradient(bottom, transparent calc(.35em - 1px), #ff84d8 calc(.35em - 1px), #447cf5 .35em, transparent .35em);
  background-size: 100% 1em;
}```
#

this should make the line lower

frosty crest
#

xD i was just adjusting that ty

deep bane
#

although the only problem with this is that the line gradient isn't left-to-right

frosty crest
#

its fine its there and noticable for the time being thats what i needed, i can mess with it another time

#

tysm<3

#

pink works

deep bane
#

i found a better method

#

i think

#
s, strike {
   text-decoration: white line-through;
}```
#

lol

frosty crest
#

xD

deep bane
#

(i checked the color can't be gradient, atleast afaik)

deep bane
frosty crest
#

its imported

deep bane
#

can i get the code?

frosty crest
#

np

#

i can sleep now thats not bothering me ^-^ nini

sour finch
#

Does anyone know how to make the backdrop (the circle) align with the style? I can't figure it SAD

grand surge
#

Do you mind sending you CSS file?

deep bane
summer edge
deep bane
#
foreignObject[mask*="url(#"] {
  mask: none;
  -webkit-mask: none;
  border-radius: 2px !important;
}```
#

adjust border radius

vast delta
#

you are a menace to society

deep bane
#

what

vast delta
#

checks every single circle up the tree until it founds a mask, if not, until the tree ends

#

then goes up from that mask until it finds bannersvg, if not, until the tree ends

#

same to userPopoutOuter

deep bane
#

definitely performance heavy

vast delta
#

fun fact:

#

its not gonna cause harm on its own but it is bad practice

sour finch
summer edge
#

Also it’s old css

vast delta
#

the first section is what i am referencing

vast delta
#

we need a good comprehensive list of stuff that exists

grand surge
#

Is this referring to RadialStatus?

#

Last I checked, Gibbu's version didn't work that well

#

Granted, that was a year ago, but regardless, I feel like snippets can be improved upon even if the endgoal is the same

deep bane
#

Would there be any way to hide the suggested channels? (And maybe a way to stop them from giving you pings)

grand surge
#

Stop it from giving you pings? Not with CSS

deep bane
#

i know but there is no way to suggest a feature/plugin

#

and i do not know typescript

grand surge
#

Honestly, I don't think there's a CSS solution to the first one without it being scuffed

#

you can always press the x button though

deep bane
#

Also this is pretty nice

.messagelogger-edited {
  font-style: italic;
  opacity: 0.75;
}
deep bane
grand surge
#

Why not

#

That's probably what Discord intended for anyways

deep bane
#

because im in a bunch of server for a game's competitive scene and i only would want to get pings when there is a tournament announcement, but they also ping everyone when there is another team's game etc.

grand surge
#

You can probably do that without installing any fancy plugins

#

Either way, CSS won't help you when it comes to pings

#

Cascading Style Sheets

vast delta
deep bane
#

Are you not gonna thank me for finding it for you?

grand surge
exotic nexus
#

relax it's literally a single search

#

the world's not gonna end

frosty crest
#

I do not know what that means

#

oh, its a modified version of the vencord theme

#

what lang is that?

#

the og threw me off lol

#

no its just the edited local file on my pc and a bunch of quick css

#

the vencord theme is on the vencord github though

#

this theme is cute though ^-^

#

for mine im addicted to like pastels and pink/blue

#

fave part lol

#

if you want the snippet i gib, its really easy to adjust to your liking

summer adder
deft niche
grand surge
frosty crest
#

*to you ^-^

frosty crest
supple jacinth
frosty crest
#

theyre fine ig

frosty crest
# summer adder howd you do that glow
.panelTitleContainer__7a748>.text-sm-normal_e612c7 {
  background: linear-gradient(to right, #ff84d8, #728fed);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 625;
  text-shadow: 0 0 4px #ffa5e2cc, 0 0 4px #728fedcc;
  border-radius: 9px;
}
frosty crest
deft niche
#

fr πŸ”₯

#

im not a fan of big flashy backgrounds and themes, personally

#

nice and simple

summer adder
frosty crest
#

^

summer adder
#

that’s where it’s funny

frosty crest
#

cant permanently mess things up with qcss xD

summer adder
#

because i can’t.

frosty crest
#

experimentation is fun

summer adder
#

thank my mother

frosty crest
#

OH

#

rude as hell >:[

#

in that case ill try it for you

summer adder
#

yippie!!!

summer adder
#

i hate my mother sometimes

frosty crest
#

relatable

#

so it does still work but since the color of the text is just white it kind of makes it hard to see but thats also maybe just the colors i have chosen being not so visible

summer adder
#

ahh

#

so basically

#

i’d have to recolour the text as well to make it look appealing to my eyes

#

?

frosty crest
#

as it stands i suppose, i can mess around and see if i can improve the shadow itself over a basic text color

summer adder
#

alr

frosty crest
#

is your text color normally white or does it match a theme you have?

summer adder
#

i made my own theme

#

i think i changed the text color so i can go to my repo and see what hex it is

frosty crest
#

yeah if you just wanna drop me the hex for what your text already is i can just work off of that and what color glow you want

#

ill have nothing to do at work tonight so it will be a fun lil project

summer adder
#

ah apparently i didn’t use hex

#

apparently i used rgb

frosty crest
#

what color?

summer adder
#

--text-normal: rgb(230, 210, 248);```
frosty crest
#

i can make a hex out of that no problem

summer adder
#

i can just link the entire theme if you need more

frosty crest
#

wouldnt hurt to have a bigger scope of what youre going for

#

ooh its like a lavender ^-^

#

cute

#

my phone is that color

summer adder
#

yeah

#

entire theme is just like

#

a sleek-ish purple

#

i’ll link it

frosty crest
#

v.nice im excited to check it out

summer adder
#

my code might be messy but idk

#

there’s also a lil animation area at the bottom

#

you can remove that code if u don’t want the slight animations

frosty crest
#

no worries i can work with whatever ^-^

summer adder
#

alrightie

frosty crest
#

woah, i actually like your animations

summer adder
#

thanks, i def got a lot of help with them from here

frosty crest
#

ive been wanting to make one to hide my channel list but havent gotten around to it

#

bc i want to be able to toggle with an added button

summer adder
#

i wanted to make one for the channel categories but they just

#

collapse and disappear

frosty crest
#

ahh yeah see thats the issue i ran into

summer adder
#

?

frosty crest
#

so with this color are you set on the purple text?

summer adder
#

i’m confused

frosty crest
#

about?

summer adder
#

i need simpler for some reason

frosty crest
#

the color that the name is in

#

is that the color youre staying with?

summer adder
#

depends on what it’ll look like with the glow

summer adder
frosty crest
#

well i can make the glow that color and see how it looks

summer adder
#

alright

frosty crest
#

ok so it makes it like negative lol

#

but making the text the matching color looks decent imo

#

the radius can be changed easily but there is an upper limit

#

i think its like 9px

summer adder
#

second one def looks nicer

frosty crest
#

i agree

#
.panelTitleContainer__7a748>.text-sm-normal_e612c7 {
  color: #e6d2f8cc;
  font-weight:;
  text-shadow: 0 0 4px #e6d2f8cc, 0 0 4px #e6d2f8cc;
  border-radius: 9px;
}```
summer adder
#

i think i might add that to the theme

#

it looks very nice

frosty crest
#

^-^

summer adder
#

crediting you too

#

in the comments

frosty crest
#

haha you dont need to do that

summer adder
#

too bad

frosty crest
#

also your css n the theme isnt really messy btw

summer adder
#

i’m sure that github red isn’t important

summer adder
frosty crest
#

github can suck it lol

summer adder
#

fr

#

pushed and committed

frosty crest
#

peeking_cat too kind

summer adder
#

but yes i’m also kind :3

frosty crest
#

❀️

summer adder
frosty crest
#

u get french toast

supple jacinth
frosty crest
#

^

summer adder
#

wait yeah now im curious

#

why is font weight there if it’s unset

frosty crest
#

i left it in case you wanted to set it yourself

summer adder
#

ahhh

#

noted for later use in case i fuck around and find out

frosty crest
#

xD

summer adder
#

:3

frosty crest
#

Madeline do you mind if i use your animation to play around with?

summer adder
#

go for it

#

realistically they’re just tweaked versions of @deft niche’s animations that they posted here somewhere i think

frosty crest
#

i see i see

summer adder
#

i just made them like

frosty crest
#

well thank you both then ^-^

summer adder
#

a bit more slow

#

and not as much sliding

#

the server icons on the other hand though

#

those ones i did

frosty crest
#

i really wanna achieve the channel animation with a button but im thinking thats like a js type thing

vestal field
#

channel animation?

frosty crest
#

and i dont have the dev version

#

yeah hiding the channel list with a button

#

a toggle

vestal field
#

oh yeah thats js
but a hover thing can be done with css

summer adder
#

oh yeah

frosty crest
#

this but a hover would be just fine too

summer adder
#

i’d say probably js/plugin

#

but maybe achievable with css

frosty crest
#

im gonna break stuff and see what i can do xD

summer adder
#

fuck around find out

supple jacinth
summer adder
#

man i want the toast role

summer adder
#

make the whole container small

frosty crest
summer adder
#

and then expand on hover

#

that would def work

supple jacinth
#

I have a version where it narrows, but a button like that is definitely js

frosty crest
#

i should have gotten the dev version but now im lazy

summer adder
#

i tried getting the dev version but i kept getting errors so decided to just be lazy

supple jacinth
#

what dev version

#

Vencord ?

frosty crest
#

mhmm

supple jacinth
#

I have an idea of how I would write a plugin for that

summer adder
#

i really want that toast role hshritjnefjr

frosty crest
#

i wanted to suggest it but since theyre closed...

#

xD

#

i subbed on patreon is the reason i got to choose this role

#

tis mineee ahaha

summer adder
#

should ask them to give it to me too smh

supple jacinth
vestal field
#

nice

supple jacinth
#

worst js ever written lol

vestal field
#

now pr and make it a real plugin :))

supple jacinth
#

It just straight up grabs the elements and injects the button on it

#

DOM manipulation bad I think

frosty crest
#

xD

#

if it works it works

frosty crest
supple jacinth
#

There’s also fluent and material icon packs for discord i know

#

I don’t use them tho

frosty crest
#

ah oki

vast delta
#

@vestal field

#

what did I fucking tell you about animations in the snippet

frosty crest
#

so hostile

vast delta
#

I keep telling people to not include animations in oneko snippets

#

it's so easy

#

just use variables for stuff like in my oneko code

#

no one checks if something has been done before or if they can improve it

#

someone uploads an add-on to a broken and bad version of radialstatus to patch it for vencord (with shitty variable names)

frosty crest
#

is the run still broken?

#

i havent enabled it since it broke

vast delta
#

another person uses the class script on the original onekomessagebar without customisation

#

what run

frosty crest
#

the message bar run anim

vast delta
#

oh where it runs across? yeah

#

it's not easy to make I guess

#

and no one corrects their post after I inform them about mistakes so people will take their snippet and ask for features that exist in the real version already

frosty crest
#

wdym its jus a billion var cant be that hard xD

vast delta
#

they are literally documented

#

I list all variables to each snippet in the repository

#

oh yeah mean that

#

yeah...

frosty crest
#

xd

mortal mantle
#

lol

vast delta
#

i probably couldnt fix it if i wanted to

frosty crest
#

Decided i want to make a whole theme based around my twitch panel design

#

will be a first major project and im learning as i go so hopefully ill have a good time xD

vast delta
#

you should wait for shiggycord

frosty crest
#

why

vast delta
#

:)

frosty crest
#

i mean like, shiggy cool but id rather make my own than keep using other ppls

mortal mantle
#

together enrich the theme repo for vesktop

frosty crest
#

RIGHT?? im a huge fan of like Pastel/y2k aesthetics

#

all i can think of is like windows vista and wii when i hear frutiger aero XD (no hate though ^-^)

#

LOL

#

i respect the enthusiasm

vast delta
#

wsssssssstttttttttxxxxxxxxx44rrrrrrrppppppp´´´´

#

lol

frosty crest
#

currently editing my Obsidian bc i must have purple/pink pastel everywhere

vast delta
#

´´´´´´´´´´hzzzzzzzzzzzzzkkkkkkkkkc seeeeeehhhhhhh ggggggggggggggggkkkiiiiiiiiiiiiiimmmmmmmmmmmmoooooooooooooooooooooofffffff vvvvvvvvjjjjjjjjjjjjjdddddddddollllllnnnnnnnnnnüßââââââââââââââ bbbbbbbbbbbbbbbbbbbbbbÀÀÀÀÀÀÀyyyyyyyyyy########uuuuuuuuuuuuuuuuuuuaaaaaaaaaaaaaaaaa

#

yes im fine

#

i was puting my keycaps back in

frosty crest
#

im not inclined to believe you but alr lol

#

LMAO

mortal mantle
#

shes been typing on literal BARE SWITCHES lmao

frosty crest
#

what the actual fuck

#

psychopath behavior

vast delta
#

cleaning keyboard = psychopath

#

typing on bare switches works better than expected

#

anyways, adora do you want a sneak peek on my current shiggycord state?

frosty crest
#

what yes absolutely

#

and yes typing on BARE switches is psychopath behavior

vast delta
#

lemme just quickly sync

frosty crest
#

same with ppl who have blank keycaps

deep bane
mortal mantle
#

psychopath behavior

frosty crest
#

Memorizing a whole keyboard is terrifying

#

also i just have inherent memory issues

deep bane
#

i didn't memorize it on purpose

frosty crest
#

i wish i could but im braindamaged

runic radish
#

Idk if anyone's made a snippet like this before, but f*** X, me and the homies hate X.

[src="/assets/f47485602365c946fa52.svg"] {
    content: url("/assets/57a3fe2c0e62e98937fd.svg");
}
/* Shiggy was here */
[style='background-image: url("/assets/f47485602365c946fa52.svg");'],
[style="background-image: url('/assets/f47485602365c946fa52.svg');"] {
    background-image: url("/assets/57a3fe2c0e62e98937fd.svg") !important;
}
[class*="connectionHeader_"]:has([alt="X"])>div>[class*="connectionAccountLabel_"]:before {
    content: "Twitter";
    color: var(--header-secondary);
    user-select: text;
}
[class*="connectionHeader_"]:has([alt="X"])>div>[class*="connectionAccountLabel_"] {
    color: transparent !important;
    user-select: none;
}

||Also I still don't have access write access to #🎨-css-snippets πŸ’€||

deep bane
runic radish
deep bane
#

did you even read what I said

frosty crest
#
[class="connectionsContainer_ec9a62"] > :nth-child(5) {
  display: none;
}
#

lol

exotic nexus
#

Pray they don’t add more connections before that

frosty crest
#

LMAO fr

#

even better

vast delta
#

even betterer

summer adder
#

even bettererer, remove the whole container of every single setting

#

nothing to complain about if theres nothing there

oak plover
#

I wish the tabs still had aria-controls

vast delta
#

even bettererererer *{display:none}

summer adder
#

even betterererererer

#
html {display:none}```
exotic nexus
#

even bettererererer
:(){ :|:& };:

summer adder
#

what

exotic nexus
#

Run it in your terminalπŸ’₯

summer adder
#

no thanks

frosty crest
vast delta
frosty crest
#

okay i feel like im missing something stupid simple in this, im trying to set the sidebar as a single solid color(like an overlay) when its collapsed is there some style parameter or whjatever that im missing?

#
[class="sidebar_ded4b5"] {
  background-color: #e2c1c7;
  overflow: hidden;
  width: 20px;
  transition: width 0.3s ease-out, background-color 0.3s ease-out;
}

[class="sidebar_ded4b5"]:hover {
  width: 250px;
  background-color: initial; 
}
frosty crest
#

nvm i figured it out

vast delta
#

dont use attribute selectors when selecting a class

#

just makes it unreadable and has no extra functionality

frosty crest
#

oh

#

okie ^-^

#

ty

frosty crest
#

well it works, im sure the styling could be much better but it functions basically how i want it to

cunning yoke
frosty crest
mortal mantle
clear siren
#

btw minor syntax nitpick; pseudoelements should have two colons ::before, ::after

#

single colon syntax is a backwards compatibility that will probably never stop working but yeah

frosty crest
#

im confused at what the nitpick is? if its backwards compatible whats the issue lol

clear siren
#

deprecated syntax

frosty crest
#

oh

#

im learning as i go so i had no clue there should be a difference, i just figured if it works it works

clear siren
#

from the spec:

frosty crest
#

oh ty<3

frosty crest
#

also i have no clue how it will look on any other theme lol

#

it actually looks decent on stock discord

clear siren
#

works mostly fine with even my pretty invasive theme, the overlay box had no color as it inherited transparent

#

btw why width and height at 200%

frosty crest
#

well, i built it for the theme im using and initially didnt intent to release it really so i just used what worked for me

clear siren
#

cool

frosty crest
#

as far as the 200% i was trying t figure out why there was a sliver of color left from the banner underneathe

#

idk why

#

its annoying

clear siren
#

because the box's edges are antialiased

#

so there are some half transparent pixels around the edges

frosty crest
#

;-;

clear siren
#

you can try to play with a box-shadow or border or outline to fix it

frosty crest
#

ill do that, and fix the height/width and add the background color back in

#

i was also gonna mess with the content ""; and add a label like
C
h
a
n
n
e
l
s

#

but ya kknow

#

prettier lol

clear siren
#

if you add text just rotate it instead of doing that imo

frosty crest
#

im gonna mess with a few styles

frozen sigil
#

So like the server list is one column right ? If I want to make it two columns two servers per row instead of one, do I make a theme or something like that ? Bcz I don't think it is in plugins

frosty crest
#

i think you could totally do that with just css

frozen sigil
#

piss_dahlia_hmmm time to learn enough css then ahaha thank you

frosty crest
#

thats the spirit ^-^

#

faafo xD

frozen sigil
#

asAli_wow I found a double server column theme and like just pasted its css in vencord css and now it works omg

#

Tbh though like being in many servers made it inconvenient to scroll down to check one server's chat so I thought of having two server columns but now seeing it happen it looks weird ahaha awkwardlaugh

frosty crest
#

xD

#

you fucked around and found out well done ^-^

frozen sigil
#

Yup thank you hehe

frosty crest
#

but if you have a particular vision in mind def mess around with CSS you cant permanently break anything in quickcss so why not ^-^

clear siren
#

I wish I could permanently break everything in quickcss; or in other words I just wish I could apply css to the quickcss window

summer adder
#

@clear siren

clear siren
#

yes

summer adder
#
 * {left:0.1px;}```
#

fucks up a lot of the ui

clear siren
#

doesn't fuck up anything too badly for me

summer adder
#

ohhh wait

#

mb its actually

#
* {right:0.1px;}```
#

i think

clear siren
#

nope

summer adder
#

if its not that then its somewhere on my github

clear siren
#

I can write meme css if I wanted to and have in the past

summer adder
#

very strange

#

i replicated the code almost perfectly according to my github repo

lunar hamletBOT
summer adder
#

so that’s very weird

edgy sentinel
#

i think u misunderstood what left: does

#

it does nothing on normal elements and it does not shift element, it means how to position it in the parent

#

it only affects elements with position: absolute

#
* {
    translate: 0.1px;
}
clear siren
#

position:absolute you mean

summer adder
#

fucks up the ui, just like intended

edgy sentinel
#

yes cause some elements are absolutely positioned

summer adder
#

thats what i was going for tho

#

i only did * {} so it searches all absolute positions

#

i wanna fuck up discord but i dont wanna make it unusable

#

:3

#

tl;dr: i used left:0.1px like that on purpose

#

ig realistically i could’ve just done

#
body {left:0.1px;}``` instead
young swan
#

hello again, I have an issue that for some reason the font I've been trying to put in my theme doesnt actually change it and it just changes to another font
this is the code I have

clear siren
#

works for me after adding !important

edgy sentinel
#

make sure ur import is at the top

clear siren
#

yeah that could be it

young swan
#

okay thank you both

#

yeah it worked now i was just doing something wrong

grand surge
#

Late but could it be that another theme has defined the --font-primary and is overriding it? I don't see why !important is necessary

#

Works on my end w/o !important

clear siren
#

yeah I had it defined by another theme, never a bad idea though to try !important when something doesn't work and I almost do it out of habit for everything

#

even when I create a pseudoelement and use some rare properties, !important blobcatcozy

grand surge
#

I'm not a huge fan of !important tbh

#

It's better to open dev tools and see what's overriding your CSS

#

I think temporarily using !important to see if your CSS is doing anything at all is good

frosty crest
summer adder
#

maybe whateverclassitis:before {display: none}

mortal mantle
#

try creating a 1px border of that color

#

to cover up the aliased pixels

exotic nexus
grand surge
grand surge
summer adder
deep bane
grand surge
# summer adder idk

Assuming it is a :before or :after, both rely on the content property to be able to do anything

#

so unsetting it means it's completely removed

#

where as with display: none, you can still see it in the DOM tree in dev tools

summer adder
#

ah

grand surge
#

Man why are there so many people reacting with the husk emoji on my social links add-on chickcry

edgy sentinel
#

ain't noone wanna check discords socials

rugged echo
#

most people don't even know there are social links at the bottom

oak plover
#

mfw youtube and tiktok weren't originally there

edgy sentinel
#

WHY DOES DISCORD HAVE A TIKTOK

#

who would watch discord tiktoks

rugged echo
#

even minecraft has a tiktok

oak plover
#

discord should make a vine account

grand surge
deft niche
#

how can i disable all of the labels that come up on buttons and other elements?

edgy sentinel
#

why would u wanna do that

#

u can just display none the tooltip tho

#

use f8bereak to inspect it

deft niche
deft niche
grand surge
#

I think the tooltip is nested in a layer container

#

so you can open dev tools, and set the specific layer container to break on changes in child nodes

grand surge
#

so Discord will essentially pause the moment the tooltip pops up

#

@deft niche

deft niche
#

ahhhhhh

#

alright thanks!

grand surge
#

and yes, it is that specific layer container

#

np

frosty crest
#

chznging z axis of overlay doesnt work

#

and i cant seem to figure out how to just hide the banner when the overlay is visible

clear siren
#

post the rest of your css and I might be able to cook something up

#

a bit hard to reproduce and fix without having the full css you have

frosty crest
#

its just the vencord theme

clear siren
#

oh

frosty crest
#

and this in my quick

#
[class="markup_a7e664 messageContent__21e69"] {
   background: linear-gradient(to right, #ff84d8, #447cf5);
   background-clip: text;
   -webkit-background-clip: text;
   color: transparent;
}

s {
  background: -webkit-linear-gradient(bottom, transparent calc(.35em - 1px), #ff84d8 calc(.35em - 1px), #ff84d8 .35em, transparent .35em);
  background-size: 100% 1em;
}

[aria-label="Direct Messages"] > :nth-child(3) {
  display: none;
}

.nowPlayingColumn_f5023f {
  display: none !important;
}

[class="connectionsContainer_ec9a62"] > :nth-child(5) {
  display: none;
}

[aria-label="Send a gift"]{
  display: none;
}

[class="membersListNotices_a4cb13"] {
  display: none !important;
}

[class^="channelTextArea_"] {
  top: 16px;
}

[class^="text_ca54e9"],
[class^="typingDots_d92d42"] {
  display: none !important;
}

.markup_a7e664 .inline{
   background:  #ff84d831;
   color: #dfdddecc;
}

/*.markup_a7e664 code {
   background: linear-gradient(to right, #ff84d8, #447cf5);
   background-clip: text;
   -webkit-background-clip: text;
   color:;
}*/

.panelTitleContainer__7a748>.text-sm-normal_e612c7 {
  background: linear-gradient(to right, #ff84d8, #728fed);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 515;
  text-shadow: 0 0 4px #ffa5e2cc, 0 0 4px #728fedcc;
  border-radius: 9px;
}```
clear siren
#

I mean you could just hide all sidebar content when not hovered .sidebar_ded4b5:not(:hover) .container__590e2, .sidebar_ded4b5:not(:hover) .panels__58331 { opacity: 0 !important; }

frosty crest
#

im so dumb

#

i just need it to match the fade and its perfect

#

ty

#

jfc

#

no wtf

#

it wont work if i try to match the fade

#

this so annoying

clear siren
#

put the transition into its own ruleset

#

like...

frosty crest
#

yeah thats what im trying

clear siren
#

.sidebar_ded4b5 .container__590e2 {transition}

#

then it will work both ways when hovering or not

#

then just have opacity 0 on the not:hover set and you should be good to go

frosty crest
#

ok fxed for real this time

clear siren
#

also you do have an extra 0 on the transition but that's no problem

frosty crest
#

3rd commit in 2 minutes ;-; lol

clear siren
#

it just sets delay to 0

frosty crest
#

yeah i noticed that haha

#

ok yeah now its good

clear siren
#

:3

frosty crest
#

TY for your help

#

i was thinking about it like way too deep

#

im also gonna set the bg color to a default instead of inherit to avoid problem with other ppls themes

#

removed the unnecessary !important

clear siren
#

shouldn't matter much if you use the var or inherit because inherit also just uses the var

#

also 2 minor things; in my code before I also added .sidebar_ded4b5:not(:hover) .panels__58331 as a selector to fix the ever so slight userpanel showing through at the bottom, and you should drop the :not(:hover) from the transition ruleset so the transition works both ways

frosty crest
#

the panels selector doesnt seem to do anything for me

clear siren
#

πŸ€”

frosty crest
#

i dont even see anything peeking at the bottom

clear siren
#

I saw some of the edge pixels be ever so slightly brighter but yeah

frosty crest
#

oh i see them now on my other monitor

#

eh idc

#

not large enough to attract attention imo

clear siren
#

except if you wanted to have your style work with other themes it could make a difference for someone

#

Β―_(ツ)_/Β―

frosty crest
#

well i never intended to release this to begin with ;-;

#

im so lazy and the selctor isnt working for me

mortal mantle
#

90% discord theme interests quit before they made a fully fledged theme

#

keep on grinding

clear siren
#

the css grindset

frosty crest
#

oh im still working on an entire theme as well, this is just a small thing i dont care abt lol

#

the sidebar was a "i wonder if i can" thing

mortal mantle
frosty crest
#

im just gonna call the sidebar function over form and someone else can fix it if they want

grand surge
clear siren
#

yeah I wouldn't drink milk with lavender

#

I still need to try pilk though

grand surge
#

I have this "oat & cashew botanical blend vanilla lavender" thing from Elmhurst speaking of which

#

lmao

mortal mantle
frosty crest
#

.>

#

Lavender milk is amazing

grand surge
frosty crest
#

idk creepy girl vibes

#

plus french

#

My handle for a long time was LavenderNapalm

grand surge
#

why french

frosty crest
#

xD

mortal mantle
#

my condolences

frosty crest
terse dew
#

So whenever I see a CSS code that changes 1 single thing it starts with containers, headers etc....
so I want to know what is the equivalent of that for the members page (for server owners).

terse dew
# deft niche use inspect

the problem is, I am illiterate in CSS.
so the last time I tried that, I was stuck unable to find it.

deft niche
exotic nexus
deft niche
#

^

terse dew
exotic nexus
#

well you lack the skill to write and understand css, so you should probably go learn it

terse dew
#

I don't know how but I did it, I was able to make my theme work on the member list.

#

this one to be specific.

#

just added .container_df3aa0, .content__1a4fe and it fixed my member list not working.

#

is there a version made for pop-ups?

exotic nexus
#

ok so those are called classes and those identify individual elements in the dom

exotic nexus
#

you might actually learn something

terse dew
#

I will try but when I have the time, I have an exam tomorrow and I don't have the time to learn anything.

#

funny enough, the subject is technology.

vestal field
#

only in a few places like channels and roles page do the discord variables not work

summer adder
#

trying to change my icon

#

how would i go about doing that

#

tried doing css [d^="M19.73 4.87a18.2 18.2 0 0 0-4.6-1.44c-.21.4-.4.8-.58 1.21-1.69-.25-3.4-.25-5.1 0-"] { display: url(https://files.catbox.moe/qstyum.svg) !important; } but i have a feeling its not that since its not working

exotic nexus
#

display doesn't work like that

summer adder
#

wait wtf

#

i ctrl+z'd to it

#

why is it set to display

exotic nexus
summer adder
#

i wrote content

exotic nexus
#

oh lol

summer adder
#

anyways reverted it to css [d^="M19.73 4.87a18.2 18.2 0 0 0-4.6-1.44c-.21.4-.4.8-.58 1.21-1.69-.25-3.4-.25-5.1 0-"] { content: url(https://files.catbox.moe/qstyum.svg) !important; }

#

still dont work

exotic nexus
#

are you sure the selector is working

summer adder
#

ill double check

#

changed the code a bit

#

||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​|| https://madeline.sold-your.info/qjluu4dn.png

#

now i just gotta make it the right colors

#

just did css .childWrapper__01b9c { content: url(https://files.catbox.moe/qstyum.svg); }

#

still need to find a way to make the black into white

#

i mean gray

#

i mean get rid of it

#

did it

deft niche
#

its off center

summer adder
#

yeah lol

#

say i want to change the idle colors

#

how would i do it

#

cause im trying css body { --status-idle: fill(rgb(126, 34, 34)) !important; }

#

but thats not working so i have a high feeling im far off

deft niche
#

lemme try

#

hold on

#
[fill="#f0b232"]
{
    fill: blue;
}
#

here

summer adder
#

ahh

#

thx

#

trying to make custom colors for my purple theme

deft niche
summer adder
#

fuck those fuckers they can rely on their status icons

deft niche
#

i just realised how easy it is to change the status icons

summer adder
#

lmao

#

yeah they really are just an svg replacement in reality

deft niche
#

crazy how theres a whole plugin for it when the css is just

.pointerEvents__33f6a
{
  mask: url(#svg-mask-status-online);
}

summer adder
#

anyways

#

so how would i move the dm icon a bit more down

#

cause the code i have is

deft niche
#

transform translate x

#

oop

#

y*

summer adder
#

oop forgot a section

#
[class^='tutorialContainer'] svg [class^="wrapper"] > [class^="childWrapper"] img,
[class^='tutorialContainer'] svg [class^="wrapper"] > [class^="childWrapper"] svg {
    display: none;
}
[class^='tutorialContainer'] svg [class^="wrapper"] > [class^="childWrapper"]::after {
    content: ' ';
    display: block;
    position: relative;
    filter: sepia(21%) saturate(609%) hue-rotate(211deg) brightness(102%) contrast(95%);
    width: 55px;
    height: 55px;
    line-height: 32px;
    opacity: 0.8;
    transition: all 50ms linear;
    background: url('https://files.catbox.moe/fkbete.png') center / contain no-repeat;
}
[class^='tutorialContainer'] svg [class^="wrapper"]  > [class^="childWrapper"]:hover::after {
    opacity: 1;
    transform: scale(1.1) rotateZ(-10deg);
}```
#

there we go