Fixed Tags empty screen button bug

This commit is contained in:
Peter Zimon 2021-10-07 12:25:37 +02:00
parent 1861c8b4eb
commit fd5e009d29
3 changed files with 3 additions and 3 deletions

View File

@ -156,7 +156,7 @@ ul.nostyle li {
font-weight: 600;
}
.gh-list a {
.gh-list a:not(.gh-btn) {
color: var(--black);
}

View File

@ -319,7 +319,7 @@ h5,
h6 {
margin: 0 0 0.3em 0;
color: var(--black);
line-height: 1.15em;
line-height: 1.3em;
text-rendering: optimizeLegibility;
}

View File

@ -27,7 +27,7 @@
<div class="no-posts">
{{svg-jar "tags-placeholder" class="gh-tags-placeholder"}}
<h3>You haven't created any {{this.type}} tags yet!</h3>
<LinkTo @route="tag.new" class="gh-btn gh-btn-primary gh-btn-lg">
<LinkTo @route="tag.new" class="gh-btn gh-btn-primary gh-btn-lg gh-btn-green">
<span>Create a new tag</span>
</LinkTo>
</div>