aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css12
1 files changed, 10 insertions, 2 deletions
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);
}