diff --git a/LICENSE b/LICENSE index 27f96cc..de6a988 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016-2017 Fabien Sa +Copyright (c) 2016-* Fabien Sa Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index ec33dc7..704483a 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,6 @@ To force backgrounds to be printed (can be useful when you "print" a pdf), add t ## Dev - - `npm install` to install dependencies + - `npm i` to install the dependencies - `npm run watch` to "watch" the scss folder and compile to css - `npm run build` to compile gutenberg to css diff --git a/docs/modern.html b/docs/modern.html index 9fb464d..80c145c 100644 --- a/docs/modern.html +++ b/docs/modern.html @@ -11,17 +11,17 @@ float: right; color: #fff; border-radius: 4px; - padding: 18px 36px; + padding: 20px 40px; text-transform: uppercase; text-align: center; - font-size: 12pt; + font-size: 11pt; font-weight: bold; cursor: pointer; margin-right: 15px; - background: #16a; + background: #1976D2; } .demo:hover { - box-shadow: 0 0 12px rgba(0, 0, 0, .4); + background: #1565C0; } diff --git a/docs/oldstyle.html b/docs/oldstyle.html index 59dcafc..7e47bf8 100644 --- a/docs/oldstyle.html +++ b/docs/oldstyle.html @@ -11,17 +11,17 @@ float: right; color: #fff; border-radius: 4px; - padding: 18px 36px; + padding: 20px 40px; text-transform: uppercase; text-align: center; - font-size: 12pt; + font-size: 11pt; font-weight: bold; cursor: pointer; margin-right: 15px; - background: #16a; + background: #1976D2; } .demo:hover { - box-shadow: 0 0 12px rgba(0, 0, 0, .4); + background: #1565C0; }