Skip to content

Instantly share code, notes, and snippets.

@VihangaN
Created December 2, 2022 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VihangaN/e7b1ebb6871a23f85f5a905f209710e5 to your computer and use it in GitHub Desktop.
Save VihangaN/e7b1ebb6871a23f85f5a905f209710e5 to your computer and use it in GitHub Desktop.
/* overriding theme class to align icons properly */
a.sf-sub-menu__link {
display: flex;
gap:1rem;
align-items: center;
}
/* icon styles */
i{
font-weight: 500;
-webkit-text-stroke: .19px; /* this will increase icon thickness */
text-stroke: .19px; /* this will increase icon thickness increase icon thickness */
margin-top:-.2rem;
font-size: 3.4rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment