Improve dark style text color for better readibility (#985)

This commit is contained in:
Lauris BH
2022-06-17 03:00:31 +03:00
committed by GitHub
parent 17999da20f
commit 14b3cfff1b
36 changed files with 125 additions and 147 deletions

View File

@@ -13,7 +13,7 @@
<div id="terminal" class="w-full h-full" />
</div>
<div class="m-auto text-xl text-gray-500 dark:text-gray-500">
<div class="m-auto text-xl text-color">
<span v-if="proc?.error" class="text-red-400">{{ proc.error }}</span>
<span v-else-if="proc?.state === 'skipped'" class="text-red-400">{{ $t('repo.build.actions.canceled') }}</span>
<span v-else-if="!proc?.start_time">{{ $t('repo.build.step_not_started') }}</span>