diff --git a/docs/index.html.ejs b/docs/index.html.ejs
index 6c0573d..3a0b357 100644
--- a/docs/index.html.ejs
+++ b/docs/index.html.ejs
@@ -496,6 +496,16 @@
+
+
+
+
+
A Helpful Bar
+
+
+
+
+
`) %>
diff --git a/icon/help.svg b/icon/help.svg
new file mode 100644
index 0000000..20a3fda
--- /dev/null
+++ b/icon/help.svg
@@ -0,0 +1,8 @@
+
diff --git a/now.json b/now.json
new file mode 100644
index 0000000..ad0e88c
--- /dev/null
+++ b/now.json
@@ -0,0 +1,4 @@
+{
+ "version": 2,
+ "public": true
+}
diff --git a/style.css b/style.css
index cba9f2d..e6c35bf 100644
--- a/style.css
+++ b/style.css
@@ -219,6 +219,12 @@ button::-moz-focus-inner {
background-position: top 2px left 3px;
}
+.title-bar-controls button[aria-label="Help"] {
+ background-image: svg-load("./icon/help.svg");
+ background-repeat: no-repeat;
+ background-position: top 2px left 5px;
+}
+
.title-bar-controls button[aria-label="Close"] {
margin-left: 2px;
background-image: svg-load("./icon/close.svg");