Fix themes in about page

pull/3467/head
Chocobozzz 2020-12-14 09:30:53 +01:00
parent 5d221dcda4
commit 8a9e6ee4a8
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
<button i18n *ngIf="isContactFormEnabled" (click)="openContactModal()" (keydown.enter)="openContactModal()" class="contact-admin">Contact administrator</button>
</div>
<div class="block instance-badges">
<div class="block instance-badges" *ngIf="categories.length !== 0 || languages.length !== 0">
<span *ngFor="let category of categories" class="badge badge-primary category">{{ category }}</span>
<span *ngFor="let language of languages" class="badge badge-secondary language">{{ language }}</span>

View File

@ -75,6 +75,6 @@
}
.section-title {
color: initial;
color: var(--mainForegroundColor);
}
}