Skip to content

Instantly share code, notes, and snippets.

@RazerMoon
Created April 29, 2020 01:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RazerMoon/05ab3f2debbb79aaee438adb13b97b33 to your computer and use it in GitHub Desktop.
Save RazerMoon/05ab3f2debbb79aaee438adb13b97b33 to your computer and use it in GitHub Desktop.
Adds a background to user popouts
/* User Popout Background Adder Snippet*/
/* By RazerMoon */
.da-userPopout {
background: url(https://live.staticflickr.com/8004/7668739916_179a085784_b.jpg) center top;
background-size: 300px 550px;
}
.da-userPopout .da-headerNormal {
background-color: rgba(100,100,100,0.5);
}
.da-headerSpotify {
background-color: rgba(100,100,100,0.5);
}
.da-userPopout .da-bodyInner {
background-color: rgba(100,100,100,0.9);
}
.da-userPopout .da-footer {
background: rgba(100,100,100,0.9);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment