diff --git a/public/index.html b/public/index.html index 523beeb..54d8273 100755 --- a/public/index.html +++ b/public/index.html @@ -61,7 +61,7 @@ - Uptime + Uptime

Hi! It's good to see you \( ‘ o ‘ )/

diff --git a/public/style.css b/public/style.css index ad784ca..239b837 100755 --- a/public/style.css +++ b/public/style.css @@ -85,7 +85,7 @@ body, display: flex; } -.tab, .tab-right { +.tab, .tab-link { cursor: pointer; padding: 4px 15px; border-width: 0 4px 4px 0; @@ -94,13 +94,13 @@ body, font-size: 12px; } -.tab-right { - border-right: 0; +.tab-link { color: #f3bbae; text-decoration: none; + margin-right: 2.5rem; } -.tab-right svg { +.tab-link svg { fill: #f3bbae; width: 12px; }