File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -143,9 +143,9 @@ watch(
143143
144144 < Text size= " 12" color= " secondary" : style= " { lineHeight: '1.4' }" >
145145 Learn more about rank calculation in the
146- < NuxtLink to= " https://docs.celenium.io/features/rollup-activity-rank" target= " _blank" > overview article< / NuxtLink>
146+ < NuxtLink to= " https://docs.celenium.io/features/rollup-activity-rank" target= " _blank" : class = " $style.link " > overview article< / NuxtLink>
147147 and the
148- < NuxtLink to= " https://docs.celenium.io/features/rollup-activity-rank-specification" target= " _blank" > detailed specification< / NuxtLink>
148+ < NuxtLink to= " https://docs.celenium.io/features/rollup-activity-rank-specification" target= " _blank" : class = " $style.link " > detailed specification< / NuxtLink>
149149 .
150150 < / Text >
151151
@@ -245,7 +245,7 @@ watch(
245245< / template>
246246
247247< style module >
248- a {
248+ . link {
249249 color: var (-- brand);
250250
251251 & : hover {
You can’t perform that action at this time.
0 commit comments