From 5d55ae009cab1fe82f456111585d20795f4e865a Mon Sep 17 00:00:00 2001 From: winter Date: Sat, 18 Jan 2025 21:33:47 +0000 Subject: show instance and version info in nodeinfo and such --- static/skeleton.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'static') 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; } -- cgit v1.3