create-coralite 0.38.0 → 0.38.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-coralite",
3
- "version": "0.38.0",
3
+ "version": "0.38.1",
4
4
  "description": "Coralite scaffolding script",
5
5
  "bin": {
6
6
  "create-coralite": "bin/index.js",
@@ -8,7 +8,7 @@
8
8
  "build": "coralite-scripts build"
9
9
  },
10
10
  "devDependencies": {
11
- "coralite-scripts": "^0.38.0",
11
+ "coralite-scripts": "^0.38.1",
12
12
  "cross-env": "^10.1.0"
13
13
  }
14
14
  }
@@ -137,7 +137,7 @@ img {
137
137
  --card-border-color: #ffffff2e;
138
138
 
139
139
  color: var(--light);
140
- background-image: radial-gradient(circle at bottom, rgba(49, 26, 75, .3), rgba(14, 7, 19, .5));
140
+ background-image: var(--gradient-glass);
141
141
  backdrop-filter: blur(10px);
142
142
  border-color: var(--card-border-color);
143
143
  border-style: solid;
@@ -8,7 +8,7 @@
8
8
  "build": "coralite-scripts build"
9
9
  },
10
10
  "devDependencies": {
11
- "coralite-scripts": "^0.38.0",
11
+ "coralite-scripts": "^0.38.1",
12
12
  "cross-env": "^10.1.0"
13
13
  }
14
14
  }
@@ -4,7 +4,7 @@ $card-border-color: #ffffff2e;
4
4
 
5
5
  .card {
6
6
  color: $light;
7
- background-image: radial-gradient(circle at bottom, rgba(49, 26, 75, .3), rgba(14, 7, 19, .5));
7
+ background-image: var(--gradient-glass);
8
8
  backdrop-filter: blur(10px);
9
9
  border-color: $card-border-color;
10
10
  border-style: solid;