aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/frontend/html/zen.css
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2025-11-17 15:12:45 +0100
committerGitHub Enterprise <[email protected]>2025-11-17 15:12:45 +0100
commit1b11139e15a7676c1d9c825dbf3aa0397fcc8f3b (patch)
tree97acff2dfe62588b47b4a20c2e029e1d66e7b749 /src/zenserver/frontend/html/zen.css
parentfix wildcard matching (#650) (diff)
downloadzen-1b11139e15a7676c1d9c825dbf3aa0397fcc8f3b.tar.xz
zen-1b11139e15a7676c1d9c825dbf3aa0397fcc8f3b.zip
Include version string on the dashboard's start page. (#651)
* Method to get plain text from an async request * Include server's version on the dashboard start page * Same paragraph style as the rest of the method * Updated changelog * Update frontend archive
Diffstat (limited to 'src/zenserver/frontend/html/zen.css')
-rw-r--r--src/zenserver/frontend/html/zen.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/zenserver/frontend/html/zen.css b/src/zenserver/frontend/html/zen.css
index 532b71571..0c4f324e4 100644
--- a/src/zenserver/frontend/html/zen.css
+++ b/src/zenserver/frontend/html/zen.css
@@ -408,6 +408,16 @@ a {
min-width: 15%;
}
+/* start -------------------------------------------------------------------- */
+
+#start {
+ #version {
+ color: var(--theme_g1);
+ text-align: center;
+ font-size: 0.85em;
+ }
+}
+
/* entry -------------------------------------------------------------------- */
#entry {