Compare commits
2 Commits
2658d688ca
...
acd6ed63e1
| Author | SHA1 | Date | |
|---|---|---|---|
| acd6ed63e1 | |||
| 8b3c7871ab |
@@ -350,7 +350,8 @@ class Link extends Symbol {
|
|||||||
}
|
}
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
return `<a href="${this.link}">${this.text}</a>`;
|
// TODO: This leading space should probably be somewhere else.
|
||||||
|
return ` <a href="${this.link}">${this.text}</a>`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -118,6 +118,10 @@
|
|||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: #00FFFF;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user