aboutsummaryrefslogtreecommitdiffhomepage
path: root/static/skeleton.css
diff options
context:
space:
mode:
authorwinter2025-01-18 21:33:47 +0000
committerwinter2025-01-18 21:33:47 +0000
commit5d55ae009cab1fe82f456111585d20795f4e865a (patch)
treeabf21d6329d9aeb94f8248f3b1f9ef1d5202c7ed /static/skeleton.css
parent43933d556499e84094dd9667a5325584ebe5fe43 (diff)
show instance and version info in nodeinfo and such
Diffstat (limited to 'static/skeleton.css')
-rw-r--r--static/skeleton.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/static/skeleton.css b/static/skeleton.css
index e38f49f..b9fcfdc 100644
--- a/static/skeleton.css
+++ b/static/skeleton.css
@@ -144,6 +144,12 @@ hr {
.placeholder {
font-style: italic;
- color: #555;
+ color: var(--clr-lesser-foreground);
+ text-align: center;
+}
+
+.versionInfo {
+ font-size: var(--font-small-size);
+ color: var(--clr-lesser-foreground);
text-align: center;
}