Skip to content

Commit 3cf2405

Browse files
committed
fix: css syntax
1 parent 8fdf339 commit 3cf2405

1 file changed

Lines changed: 3 additions & 14 deletions

File tree

app/components/Readme.vue

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -117,24 +117,13 @@ function handleClick(event: MouseEvent) {
117117
}
118118
119119
.readme :deep(a) {
120-
@apply underline-offset-[0.2rem]
121-
@apply underline
122-
@apply decoration-1
123-
@apply decoration-fg/30
124-
@apply font-mono
125-
@apply text-fg
126-
@apply transition-colors
127-
@apply duration-200;
120+
@apply underline-offset-[0.2rem] underline decoration-1 decoration-fg/30 font-mono text-fg transition-colors duration-200;
128121
}
129-
130122
.readme :deep(a:hover) {
131-
@apply decoration-accent
132-
@apply text-accent;
123+
@apply decoration-accent text-accent;
133124
}
134-
135125
.readme :deep(a:focus-visible) {
136-
@apply decoration-accent
137-
@apply text-accent;
126+
@apply decoration-accent text-accent;
138127
}
139128
140129
.readme :deep(code) {

0 commit comments

Comments
 (0)