Skip to content

Commit

Permalink
docs(css): fix incorrect var (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
uhidontkno authored Mar 15, 2024
1 parent e44233c commit 10eb998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/css.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Then use them:

```css
.my-div {
color: var(--ctp-mocha-text-hex);
color: var(--ctp-mocha-text);
background: rgba(var(--ctp-macchiato-base-rgb) 0.9);
border-color: hsla(var(--ctp-frappe-red-hsl) 0.75);
}
Expand Down

0 comments on commit 10eb998

Please sign in to comment.