diff --git a/Acrylic-popups-addon.theme.css b/Acrylic-popups-addon.theme.css index cbe94a0..9313ae5 100644 --- a/Acrylic-popups-addon.theme.css +++ b/Acrylic-popups-addon.theme.css @@ -12,10 +12,10 @@ /* Config */ :root{ --blur-popup: 40px; /*Popup blur size*/ - --opacity-popup: 0.6; /*Popup background opacity*/ - --radius-popup: 40px; /*Popup border radius*/ - --radius-context: 20px; /*Context menu popups radius*/ - --opacity-popup-inner: 0.0; /*For example: the inner background of profiles*/ + --opacity-popup: 0.5; /*Popup background opacity*/ + --radius-popup: 14px; /*Popup border radius*/ + --radius-context: 8px; /*Context menu popups radius*/ + --opacity-popup-inner: 0.25; /*For example: the inner background of profiles*/ /*--pop-up-color: black; /*uncomment for custom Popup color*/ /*--context-menu-border: 1px solid red; /*uncomment for custom border*/ }