From 6c1fb2fbf26f2f21b8daa6d04eab413d6fa41704 Mon Sep 17 00:00:00 2001 From: brooke Date: Sat, 23 Mar 2024 16:29:45 -0400 Subject: [PATCH] uptime external link --- public/index.html | 2 +- public/style.css | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) 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;