From 946137054dfd23f2ae7ddf77a1cbd4a4b9486054 Mon Sep 17 00:00:00 2001 From: Adam Hovorka Date: Mon, 27 Apr 2020 00:24:34 -0600 Subject: Add stats / word count box --- style.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index cc8a29b..e628265 100644 --- a/style.css +++ b/style.css @@ -99,6 +99,7 @@ div.material-icons { html.read-only #open { display: none; } html.read-only #save { display: none; } +html.read-only #stats { display: none; } html.read-only .edit-btn { display: none; } html.read-only #disable-edit { display: none; } html:not(.read-only) #enable-edit { display: none; } @@ -266,8 +267,15 @@ section textarea:focus { content: "◈"; /* ◆ ◇ ◈ */ } +#stats { + padding: 1em; + font-size: 16px; + border-radius: 6px; + border: 1px solid var(--border); + background-color: var(--selbg); +} + #unreachable { - font-size: 14px; - font-style: oblique; + font-weight: 600; color: var(--red); } -- cgit v1.2.3-70-g09d2