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",