From 1acc45fb37769f48923a98542db3d193fc4649e0 Mon Sep 17 00:00:00 2001
From: Alexander Repeta <alexander.repeta@gmail.com>
Date: Wed, 8 Jul 2020 18:24:07 +0300
Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B5=D0=B4=D0=B0=D0=BA=D1=82=D0=B8?=
 =?UTF-8?q?=D1=80=D1=83=D0=B5=D1=82=20=D1=81=D0=BA=D1=80=D0=B8=D0=BF=D1=82?=
 =?UTF-8?q?=20predeploy?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 package.json           | 2 +-
 src/sass/_example.scss | 7 ++++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/package.json b/package.json
index 623e282..2aeb820 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
   "scripts": {
     "dev": "parcel src/*.html",
     "build": "parcel build src/*.html",
-    "predeploy": "npm run build -- --public-url='/parcel-project-template/'",
+    "predeploy": "npm run build -- --public-url=/parcel-project-template/",
     "deploy": "gh-pages -d dist"
   },
   "repository": {
diff --git a/src/sass/_example.scss b/src/sass/_example.scss
index 406032d..3165418 100644
--- a/src/sass/_example.scss
+++ b/src/sass/_example.scss
@@ -1,6 +1,6 @@
 .example {
-  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
-    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
+  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
+    Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
   line-height: 1.5;
   color: #212121;
   max-width: 960px;
@@ -11,7 +11,8 @@
   font-family: monospace;
   font-size: 16px;
   font-weight: 700;
-  background-color: lightgrey;
+  background-color: teal;
+  color: white;
   padding: 2px 6px;
   border-radius: 2px;
 }
-- 
GitLab