@ndlib/component-library 0.0.90 → 0.0.91

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -31,7 +31,7 @@ export const Link = (_a) => {
31
31
  const InternalLink = link.internalLinkComponent;
32
32
  const ExternalLink = link.externalLinkComponent;
33
33
  const isExternal = link.externalMatcher.test(to);
34
- const styles = Object.assign(Object.assign({ color: COLOR.ND_BLUE_LIGHT, textDecoration: 'none' }, getTypographyStyles(typography)), sx);
34
+ const styles = Object.assign(Object.assign({ color: COLOR.ND_BLUE_BRIGHT, textDecoration: 'none' }, getTypographyStyles(typography)), sx);
35
35
  if (isExternal) {
36
36
  return _jsx(ExternalLink, Object.assign({ to: to }, rest, { sx: styles, target: target }));
37
37
  }
@@ -161,6 +161,10 @@ const globalStyles = css `
161
161
  url('https://static.nd.edu/fonts/gp-min/gpc-medium.ttf')
162
162
  format('truetype');
163
163
  }
164
+
165
+ a {
166
+ color: ${colors.ndBlueBright}
167
+ }
164
168
  `;
165
169
  export const GlobalStyles = () => {
166
170
  return _jsx(Global, { styles: globalStyles });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ndlib/component-library",
3
- "version": "0.0.90",
3
+ "version": "0.0.91",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "files": [