From 15aba74b3a4748a35508ac6c14cef23fd3b597c5 Mon Sep 17 00:00:00 2001 From: Ross Hill Date: Tue, 2 Aug 2022 21:08:58 -0400 Subject: [PATCH] Add referral link --- client/css/styles.css | 27 ++++++++++++++++++++++++++- client/index.html | 18 +++++++++++++----- 2 files changed, 39 insertions(+), 6 deletions(-) diff --git a/client/css/styles.css b/client/css/styles.css index adcf1a6c..93b28813 100644 --- a/client/css/styles.css +++ b/client/css/styles.css @@ -10,6 +10,7 @@ body { position: relative; height: 100%; width: 100%; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; } html { @@ -52,11 +53,29 @@ div#inputsWrapper .inputSeparator { opacity: 0.3; } +div#ref { + bottom: 0; + left: 0; + font-size: 12px; + display: inline-block; + border-top-right-radius: 2px; +} + +div#ref a { + color: #3bd671; + font-weight: bold; + text-decoration: none; +} + +div#ref a:hover { + text-decoration: underline; +} + div#attribution { bottom: 0; right: 0; font-size: 12px; - display: flex; + display: inline-block; border-top-left-radius: 2px; } @@ -89,3 +108,9 @@ button { cursor: pointer; opacity: 0.9; } + +@media (max-width: 700px) { + div#ref { + display: none; + } +} diff --git a/client/index.html b/client/index.html index 1d716924..b4ed1b02 100644 --- a/client/index.html +++ b/client/index.html @@ -70,12 +70,20 @@ Save Image +
+ + UptimeRobot + + helps keep this site online +
- - By Ross Hill - and contributors. - Source code on GitHub. - + By Ross Hill + and contributors. + Source code on GitHub.