From b9ca09b770f0cd55c7f5d044205cd7a451f8e07e Mon Sep 17 00:00:00 2001
From: alex <alex@alexloehr.net>
Date: Tue, 23 Jun 2026 15:58:14 +0000
Subject: [PATCH] cleanup

---
 vue/src/assets/styles.styl |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/vue/src/assets/styles.styl b/vue/src/assets/styles.styl
index 945bbae..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
@@ -42,3 +45,15 @@
       border 3px solid orange
       outline none
 
+
+
+
+.red
+  width 2ch
+  text-align center;
+  background-color red;
+  color white
+  font-weight bold
+
+.green
+  color green

--
Gitblit v1.8.0