diff --git a/public/index.html b/public/index.html
index 9988d1d..fa34ba8 100755
--- a/public/index.html
+++ b/public/index.html
@@ -61,8 +61,8 @@
+ Uptime
-
Hi! It's good to see you \( ‘ o ‘ )/
diff --git a/public/style.css b/public/style.css
index abc23c2..ad784ca 100755
--- a/public/style.css
+++ b/public/style.css
@@ -85,7 +85,7 @@ body,
display: flex;
}
-.tab {
+.tab, .tab-right {
cursor: pointer;
padding: 4px 15px;
border-width: 0 4px 4px 0;
@@ -94,6 +94,17 @@ body,
font-size: 12px;
}
+.tab-right {
+ border-right: 0;
+ color: #f3bbae;
+ text-decoration: none;
+}
+
+.tab-right svg {
+ fill: #f3bbae;
+ width: 12px;
+}
+
.tab-content {
word-wrap: break-word;
display: none;