Make namespace links dark

This commit is contained in:
René Pfeuffer
2020-09-08 08:44:13 +02:00
parent 589b844e28
commit 7f760efb12
2 changed files with 2 additions and 2 deletions

View File

@@ -93,7 +93,7 @@ export default class CardColumnGroup extends React.Component<Props, State> {
<span className={classNames("is-size-4", "has-cursor-pointer")} onClick={this.toggleCollapse}>
<i className={classNames("fa", icon)} />
</span>{" "}
<Link to={url}>{name}</Link>
<Link to={url} className={"has-text-dark"}>{name}</Link>
</h2>
) : (
<h2>