Skip to content

Commit

Permalink
Add / to rgba/hsla usage in docs/css.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alic3dev committed Aug 5, 2024
1 parent 7f17f46 commit 6c25bfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/css.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Then use them:
```css
.my-div {
color: var(--ctp-mocha-text);
background: rgba(var(--ctp-macchiato-base-rgb) 0.9);
border-color: hsla(var(--ctp-frappe-red-hsl) 0.75);
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 6c25bfd

Please sign in to comment.