Created
November 14, 2019 16:45
-
-
Save TysonJouglet/17c9f407db9c16cc312569711100fdb5 to your computer and use it in GitHub Desktop.
Add background image to all APEX pages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*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