We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0416c39 commit e447391Copy full SHA for e447391
packages/site-client/src/components/wco-top-bar.ts
@@ -75,11 +75,18 @@ export class WCOTopBar extends LitElement {
75
nav > a.active {
76
color: blue;
77
}
78
+
79
+ a {
80
+ color: inherit;
81
+ text-decoration: none;
82
+ }
83
`;
84
85
render() {
86
return html`
- <span id="title"><span id="logo">WC</span> WebComponents.org</span>
87
+ <a href="/"
88
+ ><span id="title"><span id="logo">WC</span> WebComponents.org</span></a
89
+ >
90
<nav>
91
<a
92
class="${classMap({
0 commit comments