components/buffer: emphasize nag log lines

Don't show them with a muted/gray color. Ideally these shouldn't
be log lines in the first place, but that should at least make them
more readable until we find a better alternative.
This commit is contained in:
Simon Ser
2025-05-23 21:19:13 +02:00
parent 9879dbc722
commit 6aef3e906b
2 changed files with 4 additions and 4 deletions

View File

@@ -396,7 +396,7 @@ details summary[role="button"] {
white-space: pre-wrap;
overflow: auto;
}
#buffer .talk, #buffer .motd {
#buffer .talk, #buffer .motd, #buffer .nag {
color: var(--main-color);
}
#buffer .error {