diff --git a/pages/commands.vue b/pages/commands.vue
index d3583fa..3ff3147 100644
--- a/pages/commands.vue
+++ b/pages/commands.vue
@@ -36,7 +36,6 @@
-
Notifiers
@@ -121,6 +120,21 @@ h3.button {
margin-bottom: 1rem;
}
+li {
+ position: relative;
+
+ &:after {
+ content: "";
+ position: absolute;
+ bottom: -2px;
+ height: 2px;
+ width: 180px;
+ left: 50%;
+ transform: translateX(-50%);
+ background-color: darken($primaryColor, 5);
+ }
+}
+
h3 {
border: 1px solid transparent;
font-family: "Raleway", sans-serif;