Adjust user icon color.
This commit is contained in:
parent
f3168caf63
commit
4ecb4a7275
4
nord.css
4
nord.css
@ -350,3 +350,7 @@ body {
|
||||
.chat .toggle-text a {
|
||||
color: var(--link-color);
|
||||
}
|
||||
|
||||
#chat .msg[data-type="nick"] .from::before {
|
||||
color: var(--highlight-bg-color);
|
||||
}
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user