File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -195,6 +195,10 @@ button {
195195 margin-top : 2 rem ;
196196 margin-bottom : 1 rem ;
197197 line-height : 1.3 ;
198+
199+ a {
200+ text-decoration : none;
201+ }
198202}
199203
200204/* Visual styling based on original README heading level */
Original file line number Diff line number Diff line change @@ -489,7 +489,7 @@ defineOgImageComponent('Package', {
489489
490490 <div v-if =" downloads" class =" space-y-1" >
491491 <dt class =" text-xs text-fg-subtle uppercase tracking-wider" >Weekly</dt >
492- <dd class =" font-mono text-sm text-fg flex items-baseline justify-start gap-2" >
492+ <dd class =" font-mono text-sm text-fg flex items-center justify-start gap-2" >
493493 {{ formatNumber(downloads.downloads) }}
494494 <a
495495 :href =" `https://npm.chart.dev/${pkg.name}`"
@@ -506,7 +506,7 @@ defineOgImageComponent('Package', {
506506
507507 <div class =" space-y-1" >
508508 <dt class =" text-xs text-fg-subtle uppercase tracking-wider" >Deps</dt >
509- <dd class =" font-mono text-sm text-fg flex items-baseline justify-start gap-2" >
509+ <dd class =" font-mono text-sm text-fg flex items-center justify-start gap-2" >
510510 {{ getDependencyCount(displayVersion) }}
511511 <a
512512 v-if =" getDependencyCount(displayVersion) > 0"
You can’t perform that action at this time.
0 commit comments