Skip to content
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.

CSS typo #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ This starter uses [TailwindCSS](https://tailwindcss.com/) for layout and styling
The most inportant colors are defined in the `src/layouts/Default.vue` file at the top of the `style` block via CSS variables. If you want to change the primary color to orange for example, you would simply touch that value there.

```css
:rrot {
:root {
--color-ui-primary: theme('colors.orange.600');
}
```
Expand All @@ -54,4 +54,4 @@ Don't like how something was designed or implemented? Just change the code and *

### Contribute

If you find any spelling mistakes or have improvements to offer, I am open to anyone who has ideas and wants to contribute to this starter theme.
If you find any spelling mistakes or have improvements to offer, I am open to anyone who has ideas and wants to contribute to this starter theme.