We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fdf339 commit 3cf2405Copy full SHA for 3cf2405
1 file changed
app/components/Readme.vue
@@ -117,24 +117,13 @@ function handleClick(event: MouseEvent) {
117
}
118
119
.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;
+ @apply underline-offset-[0.2rem] underline decoration-1 decoration-fg/30 font-mono text-fg transition-colors duration-200;
128
129
-
130
.readme :deep(a:hover) {
131
- @apply decoration-accent
132
- @apply text-accent;
+ @apply decoration-accent text-accent;
133
134
135
.readme :deep(a:focus-visible) {
136
137
138
139
140
.readme :deep(code) {
0 commit comments