From 270c23b715721ff41c600bd1008620130416ba8f Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Wed, 16 Dec 2020 23:30:05 +0100 Subject: [PATCH 1/2] Update BasicBackground.theme.css --- Themes/BasicBackground/BasicBackground.theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Themes/BasicBackground/BasicBackground.theme.css b/Themes/BasicBackground/BasicBackground.theme.css index f5174b3ef1..4f26b9cc28 100644 --- a/Themes/BasicBackground/BasicBackground.theme.css +++ b/Themes/BasicBackground/BasicBackground.theme.css @@ -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 */ -} \ No newline at end of file +} From b7e0e1607b558f378b5f611c5e310e3379a119c4 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Wed, 16 Dec 2020 23:32:08 +0100 Subject: [PATCH 2/2] Update BasicBackground.theme.css --- Themes/BasicBackground/BasicBackground.theme.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Themes/BasicBackground/BasicBackground.theme.css b/Themes/BasicBackground/BasicBackground.theme.css index 4f26b9cc28..66a5de6233 100644 --- a/Themes/BasicBackground/BasicBackground.theme.css +++ b/Themes/BasicBackground/BasicBackground.theme.css @@ -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: unset (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 */ }