docs(css): fix incorrect var (#75)

This commit is contained in:
rare1k 2024-03-15 04:57:30 -04:00 committed by GitHub
parent e44233ceae
commit 10eb998cd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}