Skip to content

Instantly share code, notes, and snippets.

@cryocaustik
Created August 21, 2018 18:33
Show Gist options
  • Save cryocaustik/ea34e711c0ef8e75086d1f303a530cf1 to your computer and use it in GitHub Desktop.
Save cryocaustik/ea34e711c0ef8e75086d1f303a530cf1 to your computer and use it in GitHub Desktop.
simple modification to alter the discourse dark theme
/* common */
body {
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
}
#main-outlet{
background-color: rgba(30, 30, 30, 0.9);
}
/* desktop */
body{
background-image: url('url_to_image');
}
/* mobile */
body{
background-image: url('url_to_image');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment