Hi all, I've recently gotten interested in making styles with CSS- very simple of course since I'm still a total newbie. I was wondering how to set different colors for stuff to be, depending on whether you're using light, dark, or transparent mode? Thanks :)
Hi all, I've recently gotten interested in making styles with CSS- very simple of course since I'm still a total newbie. I was wondering how to set different colors for stuff to be, depending on whether you're using light, dark, or transparent mode? Thanks :)
@eels-alt-lmao said in #1:
Hi all, I've recently gotten interested in making styles with CSS- very simple of course since I'm still a total newbie. I was wondering how to set different colors for stuff to be, depending on whether you're using light, dark, or transparent mode? Thanks :)
go to the webpage you want to add style and go to inspect window(right click->inspect or F12)
now select the element you want to edit and edit it
install stylus extension
click on stylus extension and create a new style and copy the element's code you changed and paste it to stylus style and click save
Done
@eels-alt-lmao said in #1:
> Hi all, I've recently gotten interested in making styles with CSS- very simple of course since I'm still a total newbie. I was wondering how to set different colors for stuff to be, depending on whether you're using light, dark, or transparent mode? Thanks :)
go to the webpage you want to add style and go to inspect window(right click->inspect or F12)
now select the element you want to edit and edit it
install stylus extension
click on stylus extension and create a new style and copy the element's code you changed and paste it to stylus style and click save
Done