Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

Commit

Permalink
Add fix to link preview color.
Browse files Browse the repository at this point in the history
  • Loading branch information
SeraphimRP committed Aug 3, 2021
1 parent 3bc467f commit 10c28a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nord.css
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ body {
}

.chat .toggle-text a {
color: var(--link-color);
color: var(--link-color) !important;
}

#chat .msg[data-type="nick"] .from::before {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "thelounge-theme-nord",
"description": "Nord theme for thelounge",
"version": "1.0.8",
"description": "Nordify your lounge.",
"version": "1.0.9",
"keywords": [
"thelounge",
"thelounge-theme",
Expand Down

0 comments on commit 10c28a1

Please sign in to comment.