We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fb784d commit 4871be7Copy full SHA for 4871be7
1 file changed
src/runtime/components/app/AppAnnouncement.vue
@@ -40,6 +40,10 @@ const isExternalLink = computed(() =>
40
41
<style lang="css" scoped>
42
.app-announcement {
43
- background-color: rgb(var(--v-theme-secondary), var(--v-activated-opacity));
+ background-color: rgb(var(--v-theme-surface));
44
+ background-image: linear-gradient(
45
+ rgb(var(--v-theme-secondary), var(--v-activated-opacity)),
46
+ rgb(var(--v-theme-secondary), var(--v-activated-opacity))
47
+ );
48
}
49
</style>
0 commit comments