From 964fce7a2389be8ff03912ba5e9aa2854960db87 Mon Sep 17 00:00:00 2001 From: "Seraphim R.P" Date: Tue, 3 Aug 2021 10:52:37 -0400 Subject: [PATCH] More button color updates. --- nord.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nord.css b/nord.css index e81a1e4..7394771 100644 --- a/nord.css +++ b/nord.css @@ -354,4 +354,11 @@ body { #chat .msg[data-type="nick"] .from::before { color: var(--highlight-color); +} + +#chat button.mentions, +#chat button.menu, +#viewport .lt, +#viewport .rt { + color: var(--button-color); } \ No newline at end of file