From 985fa2f7c99832cdf3c3351d2273c8fd05402b78 Mon Sep 17 00:00:00 2001 From: polwex Date: Wed, 17 Sep 2025 21:45:18 +0700 Subject: basic comms working --- front/src/styles/styles.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'front/src/styles/styles.css') diff --git a/front/src/styles/styles.css b/front/src/styles/styles.css index c2b05d6..ede283d 100644 --- a/front/src/styles/styles.css +++ b/front/src/styles/styles.css @@ -211,11 +211,16 @@ h6 { gap: 1rem; margin: 1rem 0; + & img { width: 24px; height: 24px; } } + + .opt.tbd { + opacity: 0.4; + } } & main { -- cgit v1.2.3