diff options
| author | Thomas Hackl <hackl@data-quest.de> | 2026-02-17 16:00:12 +0100 |
|---|---|---|
| committer | Thomas Hackl <hackl@data-quest.de> | 2026-03-17 09:01:06 +0100 |
| commit | 1f517df5952c865f78f48e2653e72f858393db68 (patch) | |
| tree | f6aa8b4bb409873ae7f1948c5b919fdd467263bb | |
| parent | 30deffb0cd2adad49d83c4339b0677774b325f45 (diff) | |
style step number
| -rw-r--r-- | resources/vue/apps/StudipWizard.vue | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/vue/apps/StudipWizard.vue b/resources/vue/apps/StudipWizard.vue index 022438c..f08bb74 100644 --- a/resources/vue/apps/StudipWizard.vue +++ b/resources/vue/apps/StudipWizard.vue @@ -174,6 +174,11 @@ onMounted(() => { &.active button { background-color: var(--color--highlight); + + .step-number { + font-weight: 700; + color: var(--color--font-inverted); + } } &:not(:last-of-type)::before { |
