Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cant change background #6

Open
Lesturr opened this issue Apr 10, 2017 · 5 comments
Open

cant change background #6

Lesturr opened this issue Apr 10, 2017 · 5 comments

Comments

@Lesturr
Copy link

Lesturr commented Apr 10, 2017

I can only change the background when i click settings not the one where the chat is thats just clouds.
Heres the code i put in CSS.

.app {
   background-image: url("https://www.walldevil.com/wallpapers/w05/redheads-anime-anime-sleeping-highschool-dxd-gremory-rias.jpg") !important;
   background-size: 1500px 900px !important;
   background-repeat: no-repeat !important;
}
/* Just change the link to whatever picture, including the `s` in `https` */

.callout-backdrop {
   opacity:0.9 !important;
   background: url("https://www.walldevil.com/wallpapers/w05/redheads-anime-anime-sleeping-highschool-dxd-gremory-rias.jpg") !important;
   background-size: 1500px 900px !important;
   background-repeat: no-repeat !important;
}

##

A theme based Re:Zero kara Hajimeru Isekai Seikatsu anime (Up to date as of 9/10)

Code for the background picture:

.app {
    background-image: url("https://www.walldevil.com/wallpapers/w05/redheads-anime-anime-sleeping-highschool-dxd-gremory-rias.jpg") !important; 
    background-size: cover !important;
}
/* Just change the link to whatever picture of Emelia, Rem, or Ram including the `s` in `https` */

.callout-backdrop {
    opacity:0.9!important;
    background: url("https://www.walldevil.com/wallpapers/w05/redheads-anime-anime-sleeping-highschool-dxd-gremory-rias.jpg")!important;
    background-size: cover !important;
    background-position: center !important;
}
@CurimuChizu
Copy link
Owner

Have you tried refreshing discord? Copied and pasted the code exactly and It seems to be working just well.

@Lesturr
Copy link
Author

Lesturr commented Apr 11, 2017

Had to enable a plugin lmao

@Jojojokster
Copy link

image
this is what shows for me

@Jojojokster
Copy link

how do i fix it?

@ulfdaweeb
Copy link

^ Having the same issue as Flame boy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants