Added light & dark theme. Basic theme applied on dialogs/modals. Attempt to apply uniformity to the website.

This commit is contained in:
Tom
2025-03-31 16:59:39 +00:00
parent ea19375ad2
commit d44ec50a6a
46 changed files with 445 additions and 232 deletions

View File

@ -0,0 +1,6 @@
<button mat-icon-button
class="refresh"
aria-label="Change theme"
(click)="toggle()">
<mat-icon>refresh</mat-icon>
</button>