Skip to content

Instantly share code, notes, and snippets.

@TysonJouglet
Created November 14, 2019 16:45
Show Gist options
  • Save TysonJouglet/17c9f407db9c16cc312569711100fdb5 to your computer and use it in GitHub Desktop.
Save TysonJouglet/17c9f407db9c16cc312569711100fdb5 to your computer and use it in GitHub Desktop.
Add background image to all APEX pages
/*Assumes APEX 5 + Universal Theme*/
.t-Body-content{
background-image: linear-gradient(#e66465, #9198e5);
/*
Instead of generating a gradient, it is possible to point to a specific file
url("path/to/my/image.svg")
*/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment