Skip to content

Commit 35878f7

Browse files
reset link color
1 parent b53c40e commit 35878f7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app-table/app-table.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ import { get, toCamelCase } from "../utils/utils.js";
33

44
export class AppTable extends LitElement {
55
static styles = [
6-
css`
6+
css`
7+
a {
8+
color: inherit;
9+
text-decoration: none;
10+
}
711
.app-table {
812
border-collapse: collapse;
913
border-spacing: 0;

0 commit comments

Comments
 (0)