diff options
author | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2025-01-21 12:33:59 +0000 |
---|---|---|
committer | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2025-01-21 12:33:59 +0000 |
commit | f3201c850ed6fa967074e0a07d9d017540ae69f4 (patch) | |
tree | a30092bafb304c071a117f12f6e2e51ffc395772 /src/style.css | |
parent | 794e9692fc47b7c801183a12f1910d703cc9dfcb (diff) |
message: Grey out system messages
Diffstat (limited to 'src/style.css')
-rw-r--r-- | src/style.css | 4 |
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; +} |