Skip to content

Commit

Permalink
updated to seamntic tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
harshpathakzz committed Jan 3, 2025
1 parent b82e7cb commit 8864c6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/mint-css/base/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ p {

body {
background: var(--dangerouslySetPrimaryBg) !important;
color: var(--gray900) !important;
color: var(--content-primary) !important;
margin: 0;
box-sizing: border-box;
font-weight: 435;
Expand All @@ -66,7 +66,7 @@ body {
}

a {
color: var(--green500);
color: var(--content-accent);
text-decoration: none;
}

Expand Down
6 changes: 3 additions & 3 deletions packages/mint-css/base/utility.css
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
font-weight: 500;
line-height: 1.29;
letter-spacing: 0.23px;
color: var(--green500);
color: var(--content-accent);
margin-left: 5px;
cursor: pointer;
}
Expand All @@ -157,7 +157,7 @@
border-style: dashed;
border-width: 1px;
opacity: 0.2;
color: var(--gray700);
color: var(--content-secondary);
width: 100%;
}

Expand Down Expand Up @@ -190,6 +190,6 @@ html[xmlns] .clearfix {

.componentsMainHeading {
font-weight: 500;
color: var(--gray900);
color: var(--content-primary);
margin: 0;
}

0 comments on commit 8864c6a

Please sign in to comment.