diff --git a/src/index.html b/src/index.html
index e6a0481..70824af 100644
--- a/src/index.html
+++ b/src/index.html
@@ -150,7 +150,7 @@
@@ -202,10 +202,13 @@
Web Maker v2.3.1
-
Made by Kushagra Gour
+
Made with 💖 & 🙌 by Kushagra Gour
Tweet out your feature requests, comments & suggestions to @webmakerApp.
Like this extension? Please rate it here.
-
Contribute on Github.
+
+ Report a Bug
+ Contribute on Github.
+
Awesome libraries used
@@ -400,6 +403,15 @@
+
+
+
+
+
+
+
+
+
diff --git a/src/style.css b/src/style.css
index 79d7e57..27536f4 100644
--- a/src/style.css
+++ b/src/style.css
@@ -66,10 +66,21 @@ select, input[type="text"], textarea {
cursor: pointer;
transition: 0.2s ease;
}
+.btn-icon {
+ display: inline-flex;
+ align-items: center;
+}
.btn:hover {
text-decoration: none;
box-shadow: 0 3px 5px 0 rgba(0,0,0,0.15);
}
+.btn-icon > svg {
+ width: 20px;
+ height: 20px;
+ fill: white;
+ vertical-align: middle;
+ margin-right: 8px;
+}
.star:after {
content: '★';
color: #eee333;