Skip to content

Commit

Permalink
Change quick like CHANGELOG suggest
Browse files Browse the repository at this point in the history
  • Loading branch information
GuglielmoPepe committed Dec 6, 2022
1 parent b092e61 commit b35455d
Show file tree
Hide file tree
Showing 7 changed files with 702 additions and 109 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0


## [Unreleased]



## 2.2.0 - 2022-12-06

### Added

- Add '--qk--anchor-color--active' variable
- Add '--qk--anchor-color--hover' variable
- Add '--qk--anchor-color--link' variable
Expand All @@ -14,6 +21,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add '--qk--font-family--heading' variable
- Add '--qk--font-family--inline' variable
- Add neutral color palette


### Changed

- Change examples in docs
- Change background-color in 'kbd' selector's rules
- Change color in 'kbd' selector's rules
Expand All @@ -23,7 +34,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Change color in 'code' selector's rules
- Change background-color in 'pre' selector's rules
- Change color in 'pre' selector's rules


### Fixed
- Fix url of resources in example.html


### Removed
- Remove margins in 'article' selector's rules
- Remove margins in 'aside' selector's rules
- Remove margins in 'footer' selector's rules
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# quick.css

**Quick** is a CSS framework for web developers, [like myself](https://www.guglielmopepe.com/?utm_source=github.com&utm_medium=readme&utm_campaign=quick.css), who do not have time to styling but want their web services to look nice. Current `master` points to version 2.1.1 of the framework.
**Quick** is a CSS framework for web developers, [like myself](https://www.guglielmopepe.com/?utm_source=github.com&utm_medium=readme&utm_campaign=quick.css), who do not have time to styling but want their web services to look nice. Current `master` points to version 2.2.0 of the framework.

Check out on the [demo page](https://guglielmopepe.github.io/quick/examples.html).

Expand Down

0 comments on commit b35455d

Please sign in to comment.