Skip to content

Commit

Permalink
Update jio-navbar-link.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Apr 23, 2024
1 parent 165683e commit 2f42e8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jio-navbar-link.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ export class NavbarLink extends LitElement {
.active {
color: #fff;
text-decoration: none;
background-color: #0070EB;
background-color: var(--link-color);
}
.dropdown-item.active,
.dropdown-item:active {
background-color: #007bff;
background-color: var(--link-color);
color: #fff;
text-decoration: none;
}
Expand Down

0 comments on commit 2f42e8a

Please sign in to comment.