@brightspace-ui/core 2.28.0 → 2.28.1

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.
@@ -227,7 +227,6 @@ export const labelStyles = css`
227
227
 
228
228
  export const blockquoteStyles = css`
229
229
  .d2l-blockquote {
230
- color: var(--d2l-color-tungsten);
231
230
  font-size: 0.8rem;
232
231
  font-weight: 400;
233
232
  line-height: 1.4rem;
@@ -113,7 +113,6 @@ if (!document.head.querySelector('#d2l-typography-font-face')) {
113
113
  }
114
114
 
115
115
  .d2l-typography .d2l-blockquote {
116
- color: var(--d2l-color-tungsten);
117
116
  font-size: 0.8rem;
118
117
  font-weight: 400;
119
118
  line-height: 1.4rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "2.28.0",
3
+ "version": "2.28.1",
4
4
  "description": "A collection of accessible, free, open-source web components for building Brightspace applications",
5
5
  "type": "module",
6
6
  "repository": "https://github.com/BrightspaceUI/core.git",