Skip to content

Instantly share code, notes, and snippets.

@someguy9
Created May 15, 2020 12:25
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 someguy9/4f6effdf585636a49176e4c80754d08a to your computer and use it in GitHub Desktop.
Save someguy9/4f6effdf585636a49176e4c80754d08a to your computer and use it in GitHub Desktop.
CSS to change the background color for logged in users
/* Change the background color for logged in users */
body.logged-in {
background-color: #BEBEBE
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment