diff --git a/components/buffer.js b/components/buffer.js index f3c5747..e2313b5 100644 --- a/components/buffer.js +++ b/components/buffer.js @@ -558,7 +558,7 @@ class NotificationNagger extends Component { } return html` -
+
<${Timestamp}/> ${" "} Turn on desktop notifications to get notified about new messages @@ -599,7 +599,7 @@ class ProtocolHandlerNagger extends Component { } let name = this.props.bouncerName || "this bouncer"; return html` -
+
<${Timestamp}/> ${" "} Register our protocol handler to open IRC links with ${name} @@ -637,7 +637,7 @@ function AccountNagger({ server, onAuthClick, onRegisterClick }) { } return html` -
+
<${Timestamp}/> ${msg}
`; diff --git a/style.css b/style.css index aceb653..4837f35 100644 --- a/style.css +++ b/style.css @@ -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 {