Skip to content

Commit

Permalink
changed variables (!!)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-k-y-l-i authored Mar 30, 2024
1 parent 2588085 commit 03263cc
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Acrylic-popups-addon.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@

/* Config */
:root{
--blur: 20px; /*Popup blur size*/
--opacity: 0.5; /*Popup background opacity*/
--radius: 8px; /*Popup border radius*/
--radius-small: 5px; /*Context popups radius*/
/*--pop-up-color: black; /*uncomment for custom Popup color*/
--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*/
/*--pop-up-color: black; /*uncomment for custom Popup color*/
/*--context-menu-border: 1px solid red; /*uncomment for custom border*/
}

0 comments on commit 03263cc

Please sign in to comment.