From b512ecf6d0399fdc86aebbad533006ea6fe4af21 Mon Sep 17 00:00:00 2001
From: alex <alex@alexloehr.net>
Date: Tue, 23 Jun 2026 16:14:21 +0000
Subject: [PATCH] adding route /api/ping
---
vue/src/assets/styles.styl | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/vue/src/assets/styles.styl b/vue/src/assets/styles.styl
index a6e3ca0..98ebcb3 100644
--- a/vue/src/assets/styles.styl
+++ b/vue/src/assets/styles.styl
@@ -34,6 +34,9 @@
.nowrap
white-space nowrap
+.muted
+ color #666
+
input[type=text], input[type=password]
padding .11em .22em
--
Gitblit v1.8.0