This commit is contained in:
Vincent Dörig 2020-05-24 15:24:14 +02:00
parent 96cb2c45f6
commit 6cf91f8c4c
3 changed files with 9 additions and 2 deletions

View File

@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [Unreleased]
## [1.0.2] - 2020-05-24
### Changed
- Remove border on `<pre>` and add more contrast to the background (https://news.ycombinator.com/item?id=23290907)
- Tweak properties for the LaTeX logo
## [1.0.1] - 2020-05-24
### Fixed

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "latex.css",
"version": "1.0.0",
"version": "1.0.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "latex.css",
"version": "1.0.1",
"version": "1.0.2",
"description": "A small CSS library to make your website look like a LaTeX document",
"main": "./style.min.css",
"scripts": {