Adjust user icon color.
This commit is contained in:
parent
f3168caf63
commit
4ecb4a7275
4
nord.css
4
nord.css
@ -349,4 +349,8 @@ body {
|
|||||||
|
|
||||||
.chat .toggle-text a {
|
.chat .toggle-text a {
|
||||||
color: var(--link-color);
|
color: var(--link-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
#chat .msg[data-type="nick"] .from::before {
|
||||||
|
color: var(--highlight-bg-color);
|
||||||
}
|
}
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "thelounge-theme-nord",
|
"name": "thelounge-theme-nord",
|
||||||
"description": "Nord theme for thelounge",
|
"description": "Nord theme for thelounge",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"thelounge",
|
"thelounge",
|
||||||
"thelounge-theme",
|
"thelounge-theme",
|
||||||
|
Loading…
Reference in New Issue
Block a user