Update BasicBackground.theme.css

This commit is contained in:
Mirco Wittrien 2020-12-16 23:30:05 +01:00 committed by GitHub
parent 42a00eef05
commit 270c23b715
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
--background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/BasicBackground/background.jpg); /* general background image */
--backgroundposition: center; /* default: center (position of background - values: [center/top/right/bottom/left]) */
--backgroundsize: cover; /* default: cover (sizefit of background - values: [cover/contain/auto]) */
--backgroundblur: unset; /* default: 0px (only works when --background is set to an image) */
--backgroundblur: unset; /* default: unset (only works when --background is set to an image) */
--popout: var(--background); /* default: var(--background) (change to use another background/color for modals/popouts) */
--popoutposition: var(--backgroundposition); /* default: center (position of popout - values: [center/top/right/bottom/left]) */
@ -43,4 +43,4 @@
--backdropblur: var(--backgroundblur); /* default: unset (only works when --backdrop is set to an image) */
--version1_0_5: none; /* DO NOT CHANGE THIS VARIABLE , USED TO HIDE UPDATE NOTICE */
}
}