diff --git a/src/partials/changelog.html b/src/partials/changelog.html index 32f99c9..78d50de 100644 --- a/src/partials/changelog.html +++ b/src/partials/changelog.html @@ -10,7 +10,7 @@ 3.0.0
- Open Web Maker anytime by visiting https://webmakerapp.com/app/ - Even when you are offline! It just works! 😱 + Open Web Maker anytime by visiting https://webmakerapp.com/app/ - Even when you are offline! It just works! 😱 Drag the following bookmarklet on your bookmark bar to create a quick access shortcut: + + + Web Maker +
- Follow @webmakerApp to know about the new upcoming + Follow @webmakerApp to know about the new upcoming features!
-+
If you are an existing Chrome extension user, you can import your creations from there to here. Learn how to export/import.
diff --git a/src/style.css b/src/style.css index 0d95b69..7f3c239 100644 --- a/src/style.css +++ b/src/style.css @@ -990,11 +990,11 @@ body > #demo-frame { animation-delay: 0.4s; } .onboard-step__icon { - fill: transparent !important; + fill: #fff2ed; stroke-width: 0.5px; - stroke: #eeb096; - width: 150px; - height: 150px; + stroke: #e79f80; + width: 80px; + height: 80px; } @keyframes onboard-step-show { @@ -1179,6 +1179,14 @@ body:not(.is-app) .show-when-app { background: white url('data:image/svg+xml;charset=UTF-8,'); } +.bookmarklet { + display: inline-flex; + align-items: center; + border: 1px #aaa solid; + padding: 0 5px; + border-style: dashed; + color: #333; +} /* Codemirror themes basic bg styles. This is here so that there is no big FOUC while the theme CSS file is loading */