Skip to content

Commit

Permalink
Merge pull request #21 from Iconscout/feature-unicons-monotone
Browse files Browse the repository at this point in the history
Fix: Opacity difference
  • Loading branch information
tarunmangukiya committed Oct 17, 2019
2 parents c605d96 + 9247032 commit 17e1148
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/monochrome/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ window.Unicons.refresh = replaceIcons
const style = document.createElement("style");
style.innerHTML = `:root {
--uim-primary-opacity: 1;
--uim-secondary-opacity: 0.50;
--uim-tertiary-opacity: 0.25;
--uim-secondary-opacity: 0.70;
--uim-tertiary-opacity: 0.50;
--uim-quaternary-opacity: 0.25;
--uim-quinary-opacity: 0;
}
Expand Down

0 comments on commit 17e1148

Please sign in to comment.