Skip to content

Commit

Permalink
Merge pull request #417 from conversionxl/anoblet/feat/link
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelkmpt authored Jun 13, 2024
2 parents 22f6225 + 403bc1f commit 17713d2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/cxl-ui/scss/cxl-certificate-header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,17 @@
border-top: none;
}
}

a:any-link {
color: var(--lumo-primary-text-color);
text-decoration: none;

&:hover {
text-decoration: underline;
}
}


}

:host([theme~="completed"]) {
Expand Down

0 comments on commit 17713d2

Please sign in to comment.