Skip to content

Commit df75ff4

Browse files
committed
chore(fix): content/tokens
1 parent b0baec6 commit df75ff4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/components/content/HeroAnnouncement.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ css({
3535
gap: '{space.1}',
3636
3737
'@dark': {
38-
color: '{colors.primary.100}',
38+
color: '{color.primary.100}',
3939
backgroundColor: 'transparent',
40-
borderColor: '{colors.primary.700}'
40+
borderColor: '{color.primary.700}'
4141
},
4242
4343
'&:hover': {
44-
backgroundColor: '{colors.primary.200}',
44+
backgroundColor: '{color.primary.200}',
4545
'@dark': {
46-
backgroundColor: '{colors.primary.900}'
46+
backgroundColor: '{color.primary.900}'
4747
},
4848
}
4949
},

docs/content/2.get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ How to get started with Nuxt Content by creating a new project or adding it to a
1212

1313
You can start playing with Nuxt Content in your browser using our online sandboxes:
1414

15-
:button-link[Play on StackBlitz]{icon="IconStackBlitz" href="https://stackblitz.com/github/nuxt/starter/tree/content" blank .mr-2}
15+
:button-link[Play on StackBlitz]{icon="IconStackBlitz" href="https://stackblitz.com/github/nuxt/starter/tree/content" blank style="margin-right: var(--space-4);"}
1616
:button-link[Play on CodeSandbox]{icon="IconCodeSandBox" href="https://codesandbox.io/s/github/nuxt/starter/tree/content" blank}
1717

1818
## New Project

0 commit comments

Comments
 (0)