#Blur my beloved
1 messages Β· Page 1 of 1 (latest)
How did you add transparent just the sidebar and topbar, I want to know that
Give me the css for it
first set browser.tabs.allow_transparent_browser true
then add this to your userContent.css
:root {
this goes in your `userChrome.css`
```*{background: transparent !important;}
.menupopup-arrowscrollbox {
background: #00000040 !important;
}```
body {
background-color: transparent !important;
}
--in-content-page-background: transparent !important;
--in-content-box-background: transparent !important;
}
}```
Fair warning this may break some websites
As they may become transparent if they donβt set a background color
whoa it works on windows... kinda
it breaks the taskbar and titlebar for some reason
i know this bug from electron lol
interesting
where is the usercontent.css located?
In your profiles folder look in about:profiles
does this only work on windows?
This is hyprland on arch Linux