From a5f7d6c23a73215527390cebb25b95ae9edfc6d0 Mon Sep 17 00:00:00 2001 From: Jack Date: Mon, 19 Oct 2020 18:30:50 +0100 Subject: [PATCH] showing a tip about infinite tests --- public/css/style.scss | 7 ++++++- public/index.html | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/public/css/style.scss b/public/css/style.scss index ae2515092..cdd8434e9 100644 --- a/public/css/style.scss +++ b/public/css/style.scss @@ -474,12 +474,17 @@ a:hover { padding: 2rem; display: grid; gap: 1rem; - width: 300px; + width: 400px; .title { font-size: 1.5rem; color: var(--sub-color); } + + .tip{ + font-size: .75rem; + color: var(--sub-color); + } } } diff --git a/public/index.html b/public/index.html index 9a7f4e25a..4046ac24d 100644 --- a/public/index.html +++ b/public/index.html @@ -91,6 +91,7 @@
Test length
+
You can start an infinite test by inputting 0. Then, to stop the test, use the Bail Out feature (esc > Bail Out)
ok