Skip to content

Commit

Permalink
chore: update custom.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhan007 authored Jun 14, 2024
1 parent eef0ffb commit 7cf0614
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ code {
padding: 0.125rem 0.25rem;
box-sizing: border-box;
font-size: 0.75rem;
content: "Experimental";
content: "exp";
background: #a100c2;
pointer-events: none;
}
Expand All @@ -227,7 +227,7 @@ code {
padding: 0.125rem 0.25rem;
box-sizing: border-box;
font-size: 0.75rem;
content: "New";
content: "new";
background: #334eff;
pointer-events: none;
}
}

0 comments on commit 7cf0614

Please sign in to comment.