Set v1.1.0
This commit is contained in:
parent
420b8cff26
commit
7b8f3b98d7
1 changed files with 8 additions and 1 deletions
|
@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.1.0] - 2020-04-28
|
||||
### Added
|
||||
* Option to set color variables in config.toml. Options are:
|
||||
* **font**, general font color, default to *black*;
|
||||
|
@ -12,7 +14,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
* **main**, theme color, used for footer among others, default to *grey*;
|
||||
* **font_above**, used for font above *main* color, default to *white*.
|
||||
|
||||
### Changed
|
||||
* Change the height of the navbar, use vh now
|
||||
|
||||
### Fixed
|
||||
* Viewport size on mobile
|
||||
|
||||
## [1.0.0] - 2020-04-27
|
||||
### Added
|
||||
|
||||
* First version of the theme
|
||||
|
|
Loading…
Reference in a new issue