docs(css): fix incorrect var (#75)
This commit is contained in:
parent
e44233ceae
commit
10eb998cd6
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue