Minor Release (v1.0.5)

- Helper (<small>) for <select> and <textarea>
- Better rollover for a.contrast
This commit is contained in:
Lucas 2020-08-08 11:33:55 +07:00
parent eb56280fb4
commit 3671719498
14 changed files with 15 additions and 15 deletions

View file

@ -8,7 +8,7 @@
<p align="center">
<strong>Graceful & Minimal CSS design system in pure semantic HTML.</strong><br>
Elegant styles for all natives HTML elements without `.classes` and dark mode automatically enabled.<br><br>
Elegant styles for all natives HTML elements without <code>.classes</code> and dark mode automatically enabled.<br><br>
<a href="https://picocss.com/#examples">Examples</a> ·
<a href="https://picocss.com/docs/">Documentation</a>
</p>
@ -27,7 +27,7 @@
There are 3 ways to get started with pico.css:
### Install manually
[Download Pico](https://github.com/picocss/pico/archive/v1.0.4.zip) and link `/css/pico.min.css` in the `<head>` of your website.
[Download Pico](https://github.com/picocss/pico/archive/v1.0.5.zip) and link `/css/pico.min.css` in the `<head>` of your website.
```html
<link rel="stylesheet" href="css/pico.min.css">