diff options
author | Chocobozzz <me@florianbigard.com> | 2020-12-14 09:30:53 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-12-14 09:30:53 +0100 |
commit | 8a9e6ee4a863b5d8981095cfb67c57b7ba75b266 (patch) | |
tree | da3fe337f89f326d6a5ff5454080959f3f852e56 /client/src/app | |
parent | 5d221dcda4c4a7daae0660ef0b9c2ed8d36e068a (diff) | |
download | PeerTube-8a9e6ee4a863b5d8981095cfb67c57b7ba75b266.tar.gz PeerTube-8a9e6ee4a863b5d8981095cfb67c57b7ba75b266.tar.zst PeerTube-8a9e6ee4a863b5d8981095cfb67c57b7ba75b266.zip |
Fix themes in about page
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/+about/about-instance/about-instance.component.html | 2 | ||||
-rw-r--r-- | client/src/app/+about/about-instance/about-instance.component.scss | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/+about/about-instance/about-instance.component.html b/client/src/app/+about/about-instance/about-instance.component.html index bb337fdf3..40602311c 100644 --- a/client/src/app/+about/about-instance/about-instance.component.html +++ b/client/src/app/+about/about-instance/about-instance.component.html | |||
@@ -7,7 +7,7 @@ | |||
7 | <button i18n *ngIf="isContactFormEnabled" (click)="openContactModal()" (keydown.enter)="openContactModal()" class="contact-admin">Contact administrator</button> | 7 | <button i18n *ngIf="isContactFormEnabled" (click)="openContactModal()" (keydown.enter)="openContactModal()" class="contact-admin">Contact administrator</button> |
8 | </div> | 8 | </div> |
9 | 9 | ||
10 | <div class="block instance-badges"> | 10 | <div class="block instance-badges" *ngIf="categories.length !== 0 || languages.length !== 0"> |
11 | <span *ngFor="let category of categories" class="badge badge-primary category">{{ category }}</span> | 11 | <span *ngFor="let category of categories" class="badge badge-primary category">{{ category }}</span> |
12 | 12 | ||
13 | <span *ngFor="let language of languages" class="badge badge-secondary language">{{ language }}</span> | 13 | <span *ngFor="let language of languages" class="badge badge-secondary language">{{ language }}</span> |
diff --git a/client/src/app/+about/about-instance/about-instance.component.scss b/client/src/app/+about/about-instance/about-instance.component.scss index fe3ce22b0..aa6e5ab19 100644 --- a/client/src/app/+about/about-instance/about-instance.component.scss +++ b/client/src/app/+about/about-instance/about-instance.component.scss | |||
@@ -75,6 +75,6 @@ | |||
75 | } | 75 | } |
76 | 76 | ||
77 | .section-title { | 77 | .section-title { |
78 | color: initial; | 78 | color: var(--mainForegroundColor); |
79 | } | 79 | } |
80 | } | 80 | } |