Merge branch 'master' of https://github.com/mwittrien/BetterDiscordAddons
This commit is contained in:
commit
1a9058bf9c
|
@ -30,17 +30,17 @@
|
|||
--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 (blur in px, 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]) */
|
||||
--popoutsize: var(--backgroundsize); /* default: cover (sizefit of popout - values: [cover/contain/auto]) */
|
||||
--popoutblur: var(--backgroundblur); /* default: unset (only works when --popout is set to an image) */
|
||||
--popoutblur: var(--backgroundblur); /* default: unset (blur in px, only works when --popout is set to an image) */
|
||||
|
||||
--backdrop: rgba(0,0,0,0.85); /* default: rgba(0,0,0,0.85) (change to use another background/color for backdrops) */
|
||||
--backdropposition: var(--backgroundposition); /* default: center (position of backdrop - values: [center/top/right/bottom/left]) */
|
||||
--backdropsize: var(--backgroundsize); /* default: cover (sizefit of backdrop - values: [cover/contain/auto]) */
|
||||
--backdropblur: var(--backgroundblur); /* default: unset (only works when --backdrop is set to an image) */
|
||||
--backdropblur: var(--backgroundblur); /* default: unset (blur in px, only works when --backdrop is set to an image) */
|
||||
|
||||
--version1_0_5: none; /* DO NOT CHANGE THIS VARIABLE , USED TO HIDE UPDATE NOTICE */
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue