Skip to content

Commit

Permalink
docs: lighter primary color
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Feb 18, 2024
1 parent 80fdf6d commit d3961ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
15 changes: 7 additions & 8 deletions docs/.vitepress/theme/vars.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
* -------------------------------------------------------------------------- */

:root {
--vp-c-accent: #F2A285;
--vp-c-brand-1: #E75153;
--vp-c-brand-2: #E33638;
--vp-c-brand-3: #DC1E21;
--vp-c-brand-1: #E16D78;
--vp-c-brand-2: #DC5360;
--vp-c-brand-3: #D73A49;
}

/**
Expand All @@ -16,13 +15,13 @@
--vp-home-hero-name-color: transparent;
--vp-home-hero-name-background: -webkit-linear-gradient(
120deg,
#F2A285 25%,
#E75153
#FFAB70 25%,
#D73A49
);
--vp-home-hero-image-background-image: linear-gradient(
-45deg,
#F2A28560 50%,
#E7515360
#FFAB7060 50%,
#D73A4960
);
--vp-home-hero-image-filter: blur(30px);
}
Expand Down
2 changes: 1 addition & 1 deletion docs/advanced/build-flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ If you use either `unlazy/blurhash` or `unlazy/thumbhash` sub-path imports direc

unlazy will help you locate missing `data-src` or `data-srcset` attributes in your project by logging a warning in the browser console. An example warning message looks like this:

```bash
```
[unlazy] Missing `data-src` or `data-srcset` attribute: <img>
```

Expand Down

0 comments on commit d3961ee

Please sign in to comment.