@protolabsai/design
Advanced tools
+7
-3
@@ -29,6 +29,10 @@ /* @protolabsai/design — base layer. | ||
| a { | ||
| color: inherit; | ||
| /* Links read as links via the brand color; the underline is drawn but | ||
| * transparent at rest (no layout shift) and revealed on hover. This keeps | ||
| * inline-link affordance without a faint always-on underline, and matches | ||
| * @protolabsai/vitepress-theme. */ | ||
| color: var(--pl-color-brand-lavender); | ||
| text-decoration: underline; | ||
| text-underline-offset: 3px; | ||
| text-decoration-color: var(--pl-color-border-strong); | ||
| text-decoration-color: transparent; | ||
| transition: | ||
@@ -40,3 +44,3 @@ text-decoration-color var(--pl-motion-fast) var(--pl-motion-ease), | ||
| a:hover { | ||
| text-decoration-color: var(--pl-color-fg); | ||
| text-decoration-color: currentColor; | ||
| } | ||
@@ -43,0 +47,0 @@ |
+1
-1
| { | ||
| "name": "@protolabsai/design", | ||
| "version": "0.6.0", | ||
| "version": "0.7.0", | ||
| "publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public", |
1254911
0.02%598
0.67%