From 4ecb4a72757b86ef35df44d5bf3d85f71eb2e60c Mon Sep 17 00:00:00 2001 From: "Seraphim R.P" Date: Tue, 3 Aug 2021 10:49:31 -0400 Subject: [PATCH] Adjust user icon color. --- nord.css | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/nord.css b/nord.css index cebbaf0..cedad4a 100644 --- a/nord.css +++ b/nord.css @@ -349,4 +349,8 @@ body { .chat .toggle-text a { color: var(--link-color); +} + +#chat .msg[data-type="nick"] .from::before { + color: var(--highlight-bg-color); } \ No newline at end of file diff --git a/package.json b/package.json index dcf1327..19f5dfb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "thelounge-theme-nord", "description": "Nord theme for thelounge", - "version": "1.0.0", + "version": "1.0.1", "keywords": [ "thelounge", "thelounge-theme",