diff --git a/components/PageSection.vue b/components/PageSection.vue index 436a53b0ceed8e6b8598915c2bee23651dcaa3fe..9836d18f4931292fce4cdbbea084926fe06547d6 100644 --- a/components/PageSection.vue +++ b/components/PageSection.vue @@ -116,7 +116,7 @@ const backgroundColor = computed(() => { case 'light-blue': return '#f5f7fa'; case 'blue': - return '#003976'; + return '#0F6B8A'; case 'light-green': return '#e9f2d5'; } diff --git a/components/SponsoringItem.vue b/components/SponsoringItem.vue index b2a625c39834314d6b5d243258ae692951e427ac..cfc0f34613e294890f90bbdbdeab24c86a06412e 100644 --- a/components/SponsoringItem.vue +++ b/components/SponsoringItem.vue @@ -1,15 +1,22 @@