@ossy/themes 0.0.2-alpha → 0.0.3-alpha

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.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@ossy/themes",
3
3
  "repository": "github:ossy-se/ossy",
4
4
  "description": "Ossy's design system themes",
5
- "version": "0.0.2-alpha",
5
+ "version": "0.0.3-alpha",
6
6
  "source": "src/index.js",
7
7
  "main": "build/cjs/index.js",
8
8
  "module": "build/esm/index.js",
package/src/ossy.js CHANGED
@@ -113,7 +113,7 @@ export const Ossy = {
113
113
 
114
114
  decorated: {
115
115
  background: `
116
- radial-gradient(ellipse at center, transparent 100%, var(--surfaces-primary-background) 100%),
116
+ radial-gradient(ellipse at center, transparent 100%, hsla(0, 0%, 100%, .6) 100%),
117
117
  ${topography()},
118
118
  linear-gradient(90deg, hsla(200, 80%, 85%, 1) 0%, hsla(200, 100%, 97%, 1) 20%, hsla(15, 100%, 95%, 1) 80%, hsla(15, 100%, 85%, 1) 100%)
119
119
  `,