File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 1.8.0] - 2018-11-26
8+ ### Added
9+ - Dark and light color theme
10+
711## [ 1.7.0] - 2018-11-22
812### Added
913- Syntax diagram will wrap if sequences become very long
Original file line number Diff line number Diff line change 11{
22 "name" : " ebnf2railroad" ,
3- "version" : " 1.7 .0" ,
3+ "version" : " 1.8 .0" ,
44 "description" : " EBNF to Railroad diagram" ,
55 "keywords" : [
66 " ebnf" ,
Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ dfn {
255255}
256256
257257/* Responsiveness */
258- @media (max-width: 640px ) {
258+ @media (max-width: 800px ) {
259259 body {
260260 overflow-x: hidden;
261261 }
You can’t perform that action at this time.
0 commit comments