diff --git a/README.md b/README.md index c35c9fc..8744e13 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,12 @@ NPM: https://www.npmjs.com/package/mvp.css ## Versions +### v1.8 +* Updated `

` to be full width +* Added `--color-link` and `--color-table` variables +* Added `--active-brightness` variable plus `a:active` and `button:active` styles +* Uncommented dark mode + ### v1.7 * Updated `` to use `--color` (primary color) * Updated `

` to handle overflow content diff --git a/package.json b/package.json index 3b9f42b..42cc414 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mvp.css", - "version": "1.8", + "version": "1.8.0", "description": "A minimalist stylesheet for HTML elements", "main": "mvp.css", "repository": {