[web] Reduce the amount of colours

This commit is contained in:
Alain Nussbaumer
2025-02-16 15:30:37 +01:00
parent 59559847ac
commit d26e9fd5c4
9 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
<template>
<navbar-top />
<vue-progress-bar class="has-background-info" />
<vue-progress-bar class="has-background-primary" />
<router-view v-slot="{ Component }">
<component :is="Component" />
</router-view>