diff options
author | polwex <polwex@sortug.com> | 2025-09-17 21:45:18 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-09-17 21:45:18 +0700 |
commit | 985fa2f7c99832cdf3c3351d2273c8fd05402b78 (patch) | |
tree | bc727486a89ad05e588754f8de8b1096400a3d31 /front/src/styles/styles.css | |
parent | f0df4c7297a05bd592d8717b8997284c80fd0500 (diff) |
basic comms working
Diffstat (limited to 'front/src/styles/styles.css')
-rw-r--r-- | front/src/styles/styles.css | 5 |
1 files changed, 5 insertions, 0 deletions
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 { |