Skip to content

Commit

Permalink
#61 updates atoms-molecules/design-elements.css
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesKhong committed Feb 29, 2024
1 parent 67a6549 commit 935d3b7
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions assets/css/atoms-molecules/design-elements.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@
top: 0;
left: 0;
background-color: var(--color-black);
opacity: var(--opacity-05);
z-index: var(--z-index-2);
opacity: 5%;
z-index: var(--z-2);
}

/* Border radius */
.ts-border-radius {
border-radius: 12px;
}

/* Dropdown chevron color on main nav. */
.submenu-dropdown-icon path {
--color-btn-underline--svg: var(--color-low-contrast);
}

0 comments on commit 935d3b7

Please sign in to comment.