Now About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/style.css
diff options
context:
space:
mode:
authorLucas Fryzek <lucas.fryzek@fryzekconcepts.com>2025-01-21 12:33:59 +0000
committerLucas Fryzek <lucas.fryzek@fryzekconcepts.com>2025-01-21 12:33:59 +0000
commitf3201c850ed6fa967074e0a07d9d017540ae69f4 (patch)
treea30092bafb304c071a117f12f6e2e51ffc395772 /src/style.css
parent794e9692fc47b7c801183a12f1910d703cc9dfcb (diff)
message: Grey out system messages
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css
index 44ec363..a95fb4d 100644
--- a/src/style.css
+++ b/src/style.css
@@ -11,3 +11,7 @@ box.message {
.messages > row {
min-height: 0px;
}
+
+.system-message {
+ opacity: 0.6;
+}